textapp
A small facility for making a terminal application
Requirements
Use the package manager pip to install textapp
pip install textapp
Functionality
- Runs in standard terminals.
- Uses single key entry for menu choices.
- Can be used to either:
- Read menus from a JSON file or
- Be passed JSON as parameter.
- Will recognize default choices that only require "Enter."
- Menu choices may be de-activated according to circumstances.
- Utilizes termcolor package (if installed) in order to color the menu.
- Menu theme is set depending on environment variables.