mirror of
https://github.com/AleksanderGPL/eCLI.git
synced 2024-12-28 08:50:38 +00:00
1013 B
1013 B
eCLI
eCLI is a command line interface made for fun and learning purposes. It is written in Python and is very simple to use.
Usage
To use eCLI you need to have Python 3 installed on your device, then you can install the requirements by running pip install -r requirements.txt
in the eCLI directory. After that you can run python eCLI.py
to start the program.
Commands
The following commands are available in eCLI:
pcinfo
- Shows information about your deviceinfo
- Shows information about eCLIhelp
- Shows a list of all commandsclear
- Clears the screenexit
- Exits the program
You can also access this list by running help
in eCLI.
To Do
The following things are planned to be added to eCLI:
- Add more commands
- Add downloadable modules/plugins
- Add a module/plugin manager
- Make something unique so that eCLI is not just another CLI
- Automatic updates
- Better colors and formatting (Preferably without the need for colorama)