Simple python script to interact with Razer Chroma SDK With this script you will be able to play animations and assign static color to any devices compatible with the Razer Chroma environment
Inspired By: Chroma-SDK/python-SDK
git clone https://github.com/adresch/RazerChroma-Python
cd RazerChroma-Python
python setup.py install --user
To generate .chroma files containing animations for Chroma devices, take a look at Razer Chroma Editor
from chromapythonapp import *
Check Tests folder for more examples
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.