Skip to content

Latest commit

 

History

History
executable file
·
34 lines (22 loc) · 601 Bytes

README.md

File metadata and controls

executable file
·
34 lines (22 loc) · 601 Bytes

py-ambilight

Multiplatform ambilight tool for RGB leds, made in python.

Installation on linux

> # First, install required dependencies
sudo apt-get install python3 python3-pip python3-venv libglib2.0-dev

> # Then create and activate a Python virtualenv
> python3 -m venv venv
> source venv/bin/activate
> # Install python dependencies in this venv
> pip install -r requirements.txt

Run program on linux

nice -19 python3 main.py

Run program on windows

START /REALTIME python3 main.py

Contributions

Feel free to send us a Pull Request !