An open API service indexing awesome lists of open source software.

https://github.com/hyp3r00t/hypercli

hypercli is a powerful Python package that simplifies the process of creating interactive menus and command-line interfaces. It provides a user-friendly and customizable interface for building command-line applications with enhanced features.
https://github.com/hyp3r00t/hypercli

advanced-menu cli cli-menu cli-tool cli-utilities command-line menu menu-driven python python-menu python3 rich

Last synced: about 1 month ago
JSON representation

hypercli is a powerful Python package that simplifies the process of creating interactive menus and command-line interfaces. It provides a user-friendly and customizable interface for building command-line applications with enhanced features.

Awesome Lists containing this project

README

        

hypercli


GitHub Actions Workflow Status

Pypi versions

**hypercli** is a Python package that provides an elegant solution for interacting with command line tools. It offers a menu-based command line interface (CLI) that allows users to navigate through different options and execute functions based on their choices.

## Features

- Generate menu-driven CLI programs with ease using decorators
- Customize the menus, options, and visual styles according to your requirements
- Supports nested menus and navigation between menus

## Installation

You can install **hypercli** using pip. Open your terminal and run the following command:

```bash
pip install hypercli
```

## Usage

Checkout [documentation](https://hypercli.hyperoot.dev) for more information on the configs, methods, and resources available in **hypercli**.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.