Metadata-Version: 2.1
Name: ControlManual
Version: 0.0.3.8
Summary: A universal console-like interface
Home-page: https://github.com/ZeroIntensity/ControlManual
Author: ZeroIntensity
Author-email: admin@controlmanual.xyz
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/ZeroIntensity/ControlManual/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Control Manual

![https://pypi.org/project/ControlManual/](https://img.shields.io/pypi/v/ControlManual)
![https://pypi.org/project/ControlManual/](https://img.shields.io/pypi/dm/ControlManual)
![https://github.com/ZeroIntensity/ControlManual/blob/main/LICENSE](https://img.shields.io/github/license/ZeroIntensity/ControlManual)
![https://github.com/ZeroIntensity/ControlManual](https://img.shields.io/github/last-commit/ZeroIntensity/ControlManual)
![https://github.com/ZeroIntensity/ControlManual](https://img.shields.io/github/issues/ZeroIntensity/ControlManual)
![https://libraries.io/pypi/ControlManual](https://img.shields.io/librariesio/release/pypi/ControlManual)
![https://python.org](https://img.shields.io/pypi/pyversions/ControlManual)

## 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](https://pypa.github.io/pipx/) installed, you can easily run using the following command:

```
$ pipx run ControlManual
```


