PyQt5 Tutorial: Creating my own GUI Program with Python¶
With simple examples, this tutorial introduces how to install Python and PyQt5, deal with its basic features and package it for distribution.
Following the example codes in order, you will be able to quickly create a GUI program for your use.
The given example codes were written with Python3 and tested under Windows and macOS.
Contents¶
Introduction : Briefly explains Python and PyQt5.
Installation : Install PyCharm and Anaconda to setup development environment.
Basics : Learn the basic features of the GUI Program.
Layout : Learn how to lay out the components.
Widgets : Explore various useful widgets.
Dialogs : Understand how a user interacts with the program.
Signals and slots : Learn about handling events on PyQt5.
Make running file for distribution : Learn how to convert the program code into running file.