# 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 device - `info` - Shows information about eCLI - `help` - Shows a list of all commands - `clear` - Clears the screen - `exit` - 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)