These PyQt examples show you how to create a desktop app with Python and Qt. Start with "Hello World" or browse the official PyQt demos. You can run every example yourself on Windows, Mac or Linux.
A PyQt/Pyside GUI app that uses pynput to respond to global keyboard events, and that uses threaded operations like QTimer, can run into a thread incompatibility problem that results in the following ...