initial commit of the Python utility menu
This commit is contained in:
39
README.md
Normal file
39
README.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user