Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

tngebauer/ChromaPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 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

SmartHome:

  • Xiaomi Yeelight

more coming soon.

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", "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.

License

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.

About

Unofficial Chroma SDK Python Extension[Windows]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published