
learn to build desktop apps quickly with the pie cutesie framework and master basics like buttons, widgets, and text boxes through three projects: web browser, text editor, and calculator.
Install PyQt via pip on Mac OS X, then install the PyQt framework and designer, and install Xcode to run it; follow the command summary provided.
Install PyQt on Windows by running the installer and selecting current user. Then set environment variables and use the package manager to install the cutesie framework from open source downloads.
Install the PyQt framework on Ubuntu Linux using terminal commands, then type the commands, press enter, and verify the framework is installed to build graphical applications.
Create a PyQt window by initializing the widget, setting the window title and geometry, and showing the window, with adjustable position and size.
Create a hello world app in PyQt by adding a label widget, importing widgets, setting its position, and running the attached code to display one or two hello world labels.
Add a push button widget and connect its click signal to a slot, so the signal emission triggers the method; learn how signals and slots work for all widgets.
Create a PyQt message box with a title, text, and configurable button options like yes, no, and OK, and read the button reply to branch logic.
Explore text input in PyQt with QLineEdit widgets and a button. Learn to retrieve user input via the text() method, display it, and optionally combine with labels and sizing adjustments.
Create a main menu bar with a file menu, add an open action with a shortcut and status tip, and connect it to a function to handle clicks.
Explore how PyQt layouts organize widgets using horizontal, vertical, and grid layouts, and learn to place buttons in defined positions to build structured interfaces.
Build a bmi calculator UI in PyQt by creating the main window, adding height and weight fields with labels, a calculate button, a grid layout, and an output label.
Build a bmi calculator in PyQt app using height and mass. Validate empty fields with a message box, then calculate bmi and display the rounded bmi in the output label.
Discover how to build a PyQt web browser by creating a main window, a URL input, go and back buttons, and a simple browser view using layouts and designer.
Create a basic PyQt designer text editor: build the main window, set the title, add a text editor with open and save actions, and hook open to a file dialog.
Develop a PyQt text editor: connect slots to triggers, manage plain text content, save and open files, and implement an exit action to quit the app.
Make Desktop applications with Python Pyqt. PyQt can be challenging to learn, in this course we'll make it easy for you. The course starts with the basics like buttons, labels, signals and slots. Then it dives deeper and teaches you how to use designer,
Make several projects including:
a text editor,
web browser
bmi calculator.
You will be able to make your own desktop apps with Python PyQt!