Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 554 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 554 Bytes

flask-shell-web-emulation

Python flask to execute shell commands through web console

Execute predefind shell commands and output to web. Emulate console over web gui.
Set your commands in the server.py file, and execute the script using:

python3 server.py --host=0.0.0.0

requires Python 3.x

Two commands available for demonstration, dmesg and ls which accepts directory as parameter.

See demo

flask-python-shell-web-emulator