DEV Community

petercour
petercour

Posted on

Desktop Software with PyQt

PyQt is a module that can be used to make desktop software with Python. It's a binding for the Qt framework. These will work on all operating systems: OS X, Linux and Windows.

You can build a lot of cool stuff with PyQt. It's not just GUI (graphical user interface), it's also databases (SQL), Networking and other stuff.

pyqt

Some software made with Qt are Konqueror, kde, falkon, k3b, kazam and many others.

read more: https://pythonprogramminglanguage.com/pyqt/

Top comments (1)

Collapse
 
loki profile image
Loki Le DEV

I love the pyqtgraph library also! So easy to create some plots.