A way to make simple python CLIs.
🏠 Homepage
pip install -U create-a-cli-tool
- Easy-To-Use
- Maintained CLI Tool Maker
- Built-In Help Command
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()
👤 Sengolda
- Github: @Sengolda
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!