A Python CLI made for Python 2.
- Command auto-completer
- Easy command addition
- Command arguments
- Plugin support (coming soon!)
We handle contributions through pull requests on GitHub. Active development is usually done in branches, which are then merged with master for final release.
For instructions on how to contribute, please click here.
There is an example program in the programs
directory.
This is only usually required on Windows systems.
You can install the requirements with this command:
pip install -r requirements.txt
You only need to install these requirements if the program fails to launch.