Skip to content

Chroma SDK Python Extension [vanilla] [Windows]. This fork only contains the main ChromaPy module with patches and updates, no other 3rd party integrations

License

d-rez/ChromaPy-vanilla

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChromaPy

ChromaPy is a small ChromaSDK Extension for Python[Windows].

Usage

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.

Supported Devices

Razer devices:

  • Keyboard
  • Keypad
  • Mouse
  • Mousepad
  • Headset
  • Systems

Building

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.

Dependencies

ChromaPy depends on the "Razer Chroma SDK".

The "Razer Chroma SDK" is provided by Razer and can be found on their Website.

License

Copyright © 2017 by Tim Gebauer. Patching, updating and picking cherries by d-rez

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.

About

Chroma SDK Python Extension [vanilla] [Windows]. This fork only contains the main ChromaPy module with patches and updates, no other 3rd party integrations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 61.8%
  • C 22.9%
  • Python 15.3%