Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 558 Bytes

README.rst

File metadata and controls

29 lines (17 loc) · 558 Bytes

cmdpy

A very very very dumb terminal emulator, made with Flask.

Inspired by someone commenting in a Python group on Telegram about sending commands to the O.S. terminal using python.

Installation:

Create a virtual environment and install dependencies:

pip install -U -r requirements.txt

Run:

Simply run:

python cmdpy.py

and go to your broswer with the link showed in the console (usually 127.0.0.1:5000).

There is also an nginx configuration file if you want to serve it using nginx.