Are there any good example applications on PyQt?

threadspeed

threadspeed

Posted on May 20, 2020

Are there any good example applications on PyQt?

PyQt is a GUI module for Python and many examples can be found on many places on the web. For instance, you can find PyQt examples here, here and here

You can create the GUI design using QtDesigner and apply functions by coding it using python.

There are many PyQt examples included in this PyQt course, it includes web browser, text editor and many more.

What can you make with Qt (PyQt) ?

PyQt links the Qt framework, in which many apps are made. You can find a list of apps made with Qt here. Some of the more famous ones are the KDE desktop environment, FileZilla and VLC.

filezilla

Several web browsers have been made with PyQt, like qutebrowser and Falkon. PyQt includes the blink browser engine.

falkon qt

PyQt has a designer, that lets you design your interface. This makes it very easy to design complex UIs.

designer

Related links:

💖 💪 🙅 🚩
threadspeed
threadspeed

Posted on May 20, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

.py extension convention
mysql .py extension convention

November 28, 2024

QtWidgets and QtCore
tutorial QtWidgets and QtCore

November 26, 2024

PyQt5 isn't only for frontend
webdev PyQt5 isn't only for frontend

November 26, 2024