DEV Community

petercour
petercour

Posted on

2

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.

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay