42 lines
778 B
Markdown
42 lines
778 B
Markdown
'''git clone ssh://git.corwin.life:23231/utility_menu'''
|
|
|
|
# Utility Menu
|
|
|
|

|
|
|
|
## 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
|