Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 841 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 841 Bytes

RazerChroma-Python

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

Installation

git clone https://github.com/adresch/RazerChroma-Python
cd RazerChroma-Python
python setup.py install --user

Generate Chroma Animation

To generate .chroma files containing animations for Chroma devices, take a look at Razer Chroma Editor

Usage

from chromapythonapp import *

Check Tests folder for more examples

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.