Skip to content

jaedsonpys/argeasy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArgEasy - Create amazing CLI programs

ArgEasy is a command line formatter made so that you can create CLI (command-line interface) Python programs quickly and extremely easily. In addition to being customizable, ArgEasy is optimized and can be used for large projects without any problems.

Starting with ArgEasy

First, let's install the latest version of the project using the PIP package manager with the command below:

pip install argeasy

If you prefer, you can install the project directly from the official GitHub repository using Git:

git clone https://github.com/jaedsonpys/argeasy
cd argeasy/
python3 setup.py install

After installation, you are ready to use all the features of the latest version of ArgEasy!

License

MIT License
Copyright (c) 2023 Jaedson Silva

Please visit the LICENSE file for more details about the license used in this project.