I just posted pixelblaze-client to my github repository. It’s A Python library that presents an easy-to-program, synchronous interface for communicating with and controlling one or more Pixelblazes. It requires Python 3 (between 3.4 and 3.8 – I used 3.7.7) and the websocket-client module, which can be installed with pip. Full instructions, API docs and example/test code are in the repository
This is a very early release of a very new thing, so I’d love to hear bug reports and suggestions.
Shoutout to @spazzle for the idea!
(edit: changed name, pointed links to the proper repository)