A Python package to add web ui on command line application
Project description
A Python package that helps to add web UI on command line application.
Uses
To use this package.
pip install webshell
In your script say main.py
```markdown |
from webshell import app |
if name == ‘main’: |
app.run(port=4000) |
``` |
Now open http://localhost:4000 in your browser, that’s it.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
webshell-0.0.1.tar.gz
(2.2 kB
view details)
Built Distribution
File details
Details for the file webshell-0.0.1.tar.gz
.
File metadata
- Download URL: webshell-0.0.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a876164de52112475fcecf8dbb2dbb0742c5f7f0776001ab9b40f14aa0bc3863 |
|
MD5 | f19e96152106115ee68266715083114a |
|
BLAKE2b-256 | a85da7dd54f761403cb16fac94885c6062ef361cb887c4d4cc01375bb33e6d00 |
File details
Details for the file webshell-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: webshell-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35643fe22c484f6e1afaa0e568aaa1a956e45d3948a16940c5b592e80af961ec |
|
MD5 | a004c73becc6bd6a142af4f15f976340 |
|
BLAKE2b-256 | 25ac06aadbf1c7000ac981f41817719095c31e87271e677415cff5294735d608 |