ChromaPy is a small ChromaSDK Extension for Python[Windows].
As simple as
import ChromaPy as Chroma
RED = (255,0,0)
Chroma.setColor(RED)
For further information take a look at the wiki of this repo. You can also find multiple examples in the "Example Script"-directory.
Razer devices:
- Keyboard
- Keypad
- Mouse
- Mousepad
- Headset
- Systems
SmartHome:
- Xiaomi Yeelight
more coming soon.
To compile it by your own don't forget to include the "include" and the "libs" directories of your Python Instance.
A compiled version of ChromaPy for Python 3.6 can be found on the official Insider thread.
ChromaPy depends on the "Razer Chroma SDK", "SFML-Library" and "JSON for Modern C++".
The "Razer Chroma SDK" is provided by Razer and can be found on their Website.
The "SFML-Library" is provided by Laurent Gomila and can be found on his Website.
"JSON for Modern C++" is provided by Niels Lohmann and can be found on his Repo.
Copyright © 2017 by Tim Gebauer.
This project is licensed under the MIT license, please see the file LICENSE for more information.
Razer is a trademark and/or a registered trademark of Razer USA Ltd.
All other trademarks are property of their respective owners.
The "SFML-Library" is licensed under the zlib/libpng License.
"JSON for Modern C++" is licensed under the MIT License.