- It's like Ambilight for rgb keyboard
- Python script to make razer keyboard to reflect the colors being shown in your monitors
- uses the Chroma SDK REST API
In your Razer Synapse application, you need to allow Apps to work
- Open Synapse
- Go to Chroma Menu
- Go to Apps sub menu
- confirm "Chroma Apps" is checked
- Run!
Just install the required packages and run the script, it will keep running until you stop it
python razerlight.py
Prerequisites the script uses the following packages
- PIL
- requests
- win32gui
- win32api
- win32con
- win32ui
- 0.0.1
- First commit
Gonzalo Piotti – @gonzapiotti – [email protected]
- Fork it (https://github.com/gpiotti/razerlight/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request