A universal console-like interface


Keywords
command, interpreter, python, python3
License
MIT
Install
pip install ControlManual==0.0.4.0

Documentation

Control Manual

https://pypi.org/project/ControlManual/ https://pypi.org/project/ControlManual/ https://github.com/ZeroIntensity/ControlManual/blob/main/LICENSE https://github.com/ZeroIntensity/ControlManual https://github.com/ZeroIntensity/ControlManual https://libraries.io/pypi/ControlManual https://python.org

Under development, no support provided!

Running

From Source

To run via downloading the source, use the following commands.

$ git clone https://github.com/ZeroIntensity/ControlManual && cd ControlManual
$ python3 -m pip install -r requirements.txt
$ python3 run.py

From PyPI (Recommended)

$ pip3 install ControlManual
$ python3 -m ControlManual

Using Pipx

If you have pipx installed, you can easily run using the following command:

$ pipx run ControlManual