awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
python-poetry avatar

python-poetry/cleo

0
View on GitHub↗
1,351 stars·91 forks·Python·MIT·15 viewscleo.readthedocs.io↗

Cleo

Create beautiful and testable command-line interfaces.

Features

  • CLI Development - Framework for creating testable and visually appealing CLI tools.
  • Python CLI Frameworks - Library for creating beautiful and testable interfaces.

Star history

Star history chart for python-poetry/cleoStar history chart for python-poetry/cleo

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Cleo

Similar open-source projects, ranked by how many features they share with Cleo.
  • docopt/docoptdocopt avatar

    docopt/docopt

    8,008View on GitHub↗

    Docopt is a command-line argument parser and declarative interface tool that converts raw terminal input into a structured data map. It derives its parsing logic and requirements directly from a standardized POSIX-style help message, using the documentation as the formal specification for the interface. The system implements a POSIX usage pattern parser to translate human-readable help strings into rules for extracting options and positional arguments. It automatically generates help screens and version information based on the internal usage patterns defined by the user. The tool ensures a

    Python
    View on GitHub↗8,008
  • google/python-firegoogle avatar

    google/python-fire

    28,208View on GitHub↗

    Python Fire is a library that automatically generates command line interfaces from any Python object, function, or class. It removes the need for manual argument parsing by mapping Python dictionaries, lists, and classes directly to terminal commands. The tool converts Python docstrings into formatted terminal help screens and produces shell scripts to enable tab-completion for available commands. It can wrap existing libraries or external modules to expose their functionality via the terminal without requiring modifications to the original source code. The library supports hierarchical comm

    Pythonclipython
    View on GitHub↗28,208
  • datafolklabs/cementdatafolklabs avatar

    datafolklabs/cement

    1,345View on GitHub↗

    Application Framework for Python

    Python
    View on GitHub↗1,345
  • pallets/clickpallets avatar

    pallets/click

    17,560View on GitHub↗

    Click is a Python framework for building command-line interfaces. It provides a declarative approach to defining command structures, allowing developers to map functions to command-line arguments, options, and nested groups using decorators. The framework handles the complexities of parameter parsing, type validation, and help documentation generation automatically. The project distinguishes itself through its hierarchical context system, which propagates configuration and state across nested commands, and its environment-aware parameter resolution that prioritizes command-line inputs, enviro

    Pythoncliclickpallets
    View on GitHub↗17,560
See all 30 alternatives to Cleo→

Frequently asked questions

What does python-poetry/cleo do?

Create beautiful and testable command-line interfaces.

What are the main features of python-poetry/cleo?

The main features of python-poetry/cleo are: CLI Development, Python CLI Frameworks.

What are some open-source alternatives to python-poetry/cleo?

Open-source alternatives to python-poetry/cleo include: google/python-fire — Python Fire is a library that automatically generates command line interfaces from any Python object, function, or… prompt-toolkit/python-prompt-toolkit — This project is a Python terminal user interface library and toolkit designed for building interactive command-line… datafolklabs/cement — Application Framework for Python. docopt/docopt — Docopt is a command-line argument parser and declarative interface tool that converts raw terminal input into a… pallets/click — Click is a Python framework for building command-line interfaces. It provides a declarative approach to defining… citguru/pyinquirer — A Python module for common interactive command line user interfaces.