First App with PyQt5

This time we want to take a rapid look to PyQt5, a package for Python that allows to make beautiful GUI in a very quick way. In this first approach we see how to install it and a very “hello world” first app just to take a bit of confidence with this module. Differently from tkinter this GUI come with a Visual editor, designer exe, that you can find in the folder where the package is located (the pyqt5-tools package, as you will discover in the video) that makes the creation of a GUI very easy and fast. So, what are you waiting for? Let’s go learn how to use it.

Advertisement