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.
- 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
You can install hypercli using pip. Open your terminal and run the following command:
pip install hypercli
Checkout documentation for more information on the configs, methods, and resources available in hypercli.
This project is licensed under the MIT License. See the LICENSE file for more information.