/python-tty-cli

An Interactive TTY CLI for python

Primary LanguagePython

Python TTY CLI Interface

A teletype command line interface template for python.

A Captive interface that reads and interprits inputs by the user.

Running

python3 ./tty.py

The interface has help commands and will also exit gracefully if the user presses CTRL + C

TYY Running