blinkstick-python
blinkstick-python copied to clipboard
BlinkStick Python interface to control devices connected to the computer
It looks like several PRs with bug fixes were recently merged, thanks for that. It looks like they may fix some of the bugs I and others experienced. Thoughts on...
`format()` is mistakenly called on return value of `print()` instead of on the format string. Fixes the typeo so the intended error message will be printed and intended exception thrown.
MacOS introduced a security control with BigSur which prevents un trusted developers from detaching the Kernel USB driver. The attached patch file implement the fix. Please note that I have...
The idea of Blinkstick is great, and that's the reason why I purchased it. That being said, when it comes down to actually using it, it falls short. Documentation isn't...
macOS 14.5 (23F79) `sudo pip install blinkstick` results in ``` sudo blinkstick -i sudo: blinkstick: command not found ``` as workaround I am able to build and install: `sudo pip...
This PR introduces several key changes aimed at modernizing and improving the BlinkStick Python library: * Refactoring: Significant restructuring of the codebase to enhance readability and maintainability. Legacy patterns have...
This pull request introduces several changes to enhance the BlinkStick client by adding support for hardware configuration and handling unsupported operations. The most important changes include adding a new `Configuration`...