Skip to main content

A way to make simple python CLIs.

Project description

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!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

create-a-cli-tool-0.5.4.tar.gz (12.8 kB view hashes)

Uploaded Source

Built Distribution

create_a_cli_tool-0.5.4-py3-none-any.whl (6.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page