webshell 0.0.3

Creator: bradpython12

Last updated:

Add to Cart

Description:

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.