Skip to main content

A way to make simple python CLIs.

Project description

Welcome to create-a-cli-tool 👋

Version License: MIT

A way to make simple python CLIs.

🏠 Homepage

Install

pip install -U create-a-cli-tool

Features

  • Easy-to-use.
  • Comes with a default help command for your cli.

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.1.2.tar.gz (3.5 kB view hashes)

Uploaded Source

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