This project is mostly abandoned!
Keyboard
Headset
Mouse
Headset
Keypad
ChromaLink
Keyboard
.
Coming soon.
- Clone the repository
- Navigate into the directory and run:
pip install .
Pip should now install all necessary dependencies, as well as ChromaPython itself.
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.
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.
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
.