Last updated:
0 purchases
webshell 0.0.3
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.