All Projects → chroma-sdk → chroma-python

chroma-sdk / chroma-python

Licence: other
Python library for the Razer Chroma REST API

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to chroma-python

uchroma
An advanced driver for Razer Chroma hardware in Linux
Stars: ✭ 45 (+4.65%)
Mutual labels:  razer, chroma
Razer-Blade-15-Advanced-2018-Hackintosh
Razer Blade 15 Advanced 2018 Hackintosh - OpenCore 👀
Stars: ✭ 28 (-34.88%)
Mutual labels:  razer
razer-cli
CLI for configuring Razer devices
Stars: ✭ 46 (+6.98%)
Mutual labels:  razer
ChromaLeague
Java open-source Razer Chroma keyboard integration for League of Legends
Stars: ✭ 34 (-20.93%)
Mutual labels:  razer
snake
A stylised graphical tool for configuring and controlling Razer devices on Linux
Stars: ✭ 52 (+20.93%)
Mutual labels:  razer
hcv-color
🌈 Color model HCV/HCG is an alternative to HSV and HSL, derived by Munsell color system, usable for Dark and Light themes... 🌈
Stars: ✭ 44 (+2.33%)
Mutual labels:  chroma
axiom
Axiom - A Hugo Theme. GitTip: https://gitcoin.co/tip?username=jhauraw
Stars: ✭ 67 (+55.81%)
Mutual labels:  chroma
razerduino
No description or website provided.
Stars: ✭ 47 (+9.3%)
Mutual labels:  razer
Openrazer
Open source driver and user-space daemon to control Razer lighting and other features on GNU/Linux
Stars: ✭ 2,508 (+5732.56%)
Mutual labels:  razer
Aurora
Unified lighting effects across multiple brands and various games.
Stars: ✭ 1,673 (+3790.7%)
Mutual labels:  razer
rba-hackintosh
Razer Blade Advanced 15" 2018 Hackintosh OpenCore
Stars: ✭ 22 (-48.84%)
Mutual labels:  razer
Chroma.js
JavaScript library for all kinds of color manipulations
Stars: ✭ 8,364 (+19351.16%)
Mutual labels:  chroma
RazerAmbilight
Razer Ambilight - A background process that creates an ambilight effect for razer keyboards.
Stars: ✭ 30 (-30.23%)
Mutual labels:  chroma

ChromaPython

Build status

Disclaimer

This project is mostly abandoned!

Support

Devices

Keyboard
Headset
Mouse
Headset
Keypad
ChromaLink

BCA

Read

Keyboard

Write

.

How to install

Auto-Install with pip

Coming soon.

Install with pip (currently recommended)

  1. Clone the repository
  2. Navigate into the directory and run:
pip install .

Pip should now install all necessary dependencies, as well as ChromaPython itself.

By using the Source files:

Requirements:

requests

Can be installed by

pip install requests

After installing requests, clone the repository and copy all files of the ChromaPython folder into your working directory.

Contributing

Feel free to contribute by reporting issues and/or extending the current code. You can do this by forking this project and creating a pull request. Unfinished tasks can be found as "enhancement" issues. Also, please always add comments to your changes/new code.

How to use

Take a look at Tests\checkall.py. It should give you a good example on how to use it. An example on how to use the BCA feature can be found inTest\checkBinary.py.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].