ArgEasy: Create amazing CLI programs.
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.