Skip to content

chroma-sdk/chroma-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages