FreeWili

Python API to interact with Free-Wili devices. Included are two CLI executables to interact with a Free-Wili without writing any code. fwi-serial for interacting with the Free-Wili and fwi-convert for converting png or jpg images to fwi format.
See https://freewili.com/ for more device information.
See https://github.com/freewili/freewili-python for source code.
Installation
free-wili module requires Python 3.10 or newer and libusb installed for your platform.
pip install freewili
Windows
As of 0.0.23, libusb1 python package provides libusb-1.0.dll, nothing more should be needed.
Linux
Install libusb using your package manager.
apt install libusb-1.0
Please see https://pkgs.org/search/?q=libusb for a list of packages on other distributions. Double check you are installing libusb-1.0 and not libusb-0.1
MacOS
Install libusb using brew
brew install libusb