bahorn / OpenRGB-PyClient

it's a python client for OpenRGBs new server
MIT License
11 stars 3 forks source link

Implement profile control & various changes #19

Open silvio2402 opened 1 year ago

silvio2402 commented 1 year ago

Adds (support for):

Also includes various minor changes in the comments/docs inside the code. I had to upgrade the cffi pip dependency to get it to install. I also cleaned up the examples (remove unused code, structure the code similarly in all examples, etc). I changed the con variable name to client since it's referring to the main OpenRGB object and not its connection.

Let me know if there's anything you don't like in particular. I'm happy to make changes.