Learn how to create a Python GUI with PyQt5

Click for: original source

Tutorial by Michael Herrmann explains how you can use PyQt5 to build a desktop app with Python. It covers everything from the best way to set up PyQt in 2018, to compiling your app and distributing it to other people’s computers.

In essence it explains:

  • What is PyQt5?
  • How to install PyQt
  • How to create a GUI
  • What are widgets
  • How to build layouts
  • How to implement custom styles

… and much more. Sweet and to the point tutorial which gives you basic understanding of PyQt and introduce you into desktop apps development with Python 3.

As a bonus you will also learn how to create a standalone version of your app. That is, a binary executable that other people can run on their systems without having to install anything. Great!

[Read More]

Tags python miscellaneous programming open-source app-development