Skip to content
/ cmdpy Public

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

License

Notifications You must be signed in to change notification settings

c0x6a/cmdpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published