Metadata-Version: 2.4
Name: demo-cli
Version: 1.0.0
Summary: EZDEMO makes it easy to demo your web app.
Author-email: Q2k <q2k@q2k.dev>
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: paramiko>=2.11.0
Requires-Dist: requests>=2.25.0
Dynamic: license-file

# DEMO
The "DEMO" program is a convenient tool that enables users to make their websites accessible from the internet, even though the websites are running on their local machines.

# Usage
### Step 1: Create a project
- Visit the website https://ezdemo.org.
- Sign in or create an account if you haven't already.
- After logging in, navigate to the project creation section. This may be labeled as "Create Project" or similar.
- Fill in the required information for your project, such as the project name and domain (if applicable).
- After the project is created successfully, you'll be provided with a secret key. Copy this secret key as you'll need it for the next step.

### Step 2: Run the DEMO program
- Install the DEMO program: `pip3 install demo-cli`.
- Run the command `demo -h` to display detailed instructions and options for using the "DEMO" tool.

# Server Repository:
For the server-side of this application, please visit the [Server Repository](https://github.com/q2kit/demo-server) for more information.

Now you should have the executables ready for both Linux and Windows. Make sure to include these instructions in your README file along with the link to the server repository.
