Python libraries
A collection I libraries I have seen that maybe useful in the future, or have used or just sound cool etc.
MQTT
This is one of the "main" Python client libraries for MQTT https://pypi.org/project/paho-mqtt
pip install paho-mqtt
pynput
Monitor and control user input devices …
read more