Skip to content

0xARROWK/py-ambilight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 !

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published