PyQt5 Tutorial 1 - Introduction to GUIs in Python

preview_player
Показать описание
In this video series we are going to learn how to create a GUI application using PyQt5.

Now there are a lot of libraries that are used to create GUI's in Python like Tkinter, wxwidget and PyQt5. The reason I like PyQt5 is because it's super quick to create the frontend of the GUI because of a tool known as Qt designer and that leaves time to focus on the backend part.

Now before we use this tool we are actually going to learn how to create these elements like buttons and labels using code so you can understand the process of GUI creation a lil bit better.

Now on another topic, there is a new version of PyQT called PyQT6 but still PyQT5 is more widely used. If you want to follow along with PyQT6 just change wherever I write PyQT5 to PyQT6 and that's pretty much it.

Thankyou, for joining me in this video series it's going to be a lot of fun and ill see you in the next video where we will start by creating our very first window.

Next video - Creating our first Window

#pyqt5 #pyqt6
Рекомендации по теме