initial commit of the Python utility menu

This commit is contained in:
2024-09-28 14:33:49 -06:00
commit ea2176b77c
11 changed files with 194 additions and 0 deletions

39
README.md Normal file
View File

@@ -0,0 +1,39 @@
# Utility Menu
![Latest](https://drive.google.com/drive/folders/1-ALAxC1rN4Z4BtvgPgxd0xybvjdrDRhh?usp=drive_link)
## Description
A template for quickly generating a friendly console utility from a custom CLASS framework.
Windows:
python menu.py
Linux:
python3 menu.py
## Table of Contents
- [Description](#description)
- [Notes](#notes)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
## Notes
- Wraps custom CLASS methods in a user friendly UI
- Follow the included template.py
- Full ANSI encoding. SSH compatible
### Prerequisites
Python 3.x
PIP
## Installation
Windows:
pip install -r requirements.txt
Linux:
pip3 install -r requirements.txt