A python library to control DGUS based displays.
This library is currently under development so API may change from time to time.
The public API can be considered as stable, as soon the v1.0.0 is reached.
- create python virtual environment
python -m venv venv
- install dependecies
pip install -r requirements.txt
- Build library
python setup.py bdist_wheel
If you want to contribute to this project please make your changes and create a Pull Request.
This library is licensed under the GPLv3