Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bahorn/OpenRGB-PyClient
Browse files Browse the repository at this point in the history
  • Loading branch information
bahorn committed Jul 9, 2020
2 parents 4b70c3f + 583170e commit 2cc8b33
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
[![PyPI](https://img.shields.io/pypi/v/OpenRGB-PyClient?style=flat-square)](https://pypi.org/project/OpenRGB-PyClient/)
[![Read the Docs](https://img.shields.io/readthedocs/openrgb-pyclient?style=flat-square)](https://openrgb-pyclient.readthedocs.io/en/latest/)


**You are currently better off using [jath03's Python client!](https://github.com/jath03/openrgb-python) They've been putting a ton of work into it and its generally a easier library to use.**

[OpenRGB](https://gitlab.com/CalcProgrammer1/OpenRGB)
dropped it's server protocol into master recently, so
I wrote this hacky little client library to use it.
Expand Down Expand Up @@ -45,4 +48,5 @@ more suitable for your project!

* [NetworkClient.{cpp,h}](https://gitlab.com/CalcProgrammer1/OpenRGB) The C++ client in the OpenRGB repo.
* [vlakreeh's NodeJS client](https://github.com/vlakreeh/openrgb)
* [jath03's Python client](https://github.com/jath03/openrgb-python) **Currently better maintained / easier to use of the two Python libraries.**
* [jath03's Python client](https://github.com/jath03/openrgb-python)
* [diogotr7's C# Client](https://github.com/diogotr7/OpenRGB.NET)

0 comments on commit 2cc8b33

Please sign in to comment.