create-a-cli-tool

A way to make simple python CLIs.


Keywords
cli, python, python-cli, python3
License
MIT
Install
pip install create-a-cli-tool==0.5.1

Documentation

Welcome to create-a-cli-tool 👋

CI_STATUS

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

👤 Sengolda

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!