run system commands, shell commands directly from the browser
$ git clone [email protected]:inboxamitraj/flask-run-system-commands.git
$ cd flask-run-system-commands
$ python3 -m venv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
$ python3 app.py