👋
Welcome to create-a-cli-tool
A way to make simple python CLIs.
🏠 Homepage
Install
pip install -U create-a-cli-tool
Features
- Easy-To-Use
- Maintained CLI Tool Maker
- Built-In Help Command
Quick Example
from cli.cli import CLI
my_cli = CLI("My Nice CLI tool!")
@my_cli.command(name="hi", description="Say hello!")
def hi():
print("Hello World!")
my_cli.run()
Author
- Github: @Sengolda
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Show your support
Give a