Tagged articles
5 articles
Page 1 of 1
Python Programming Learning Circle
Python Programming Learning Circle
May 7, 2025 · Frontend Development

Python GUI Development with PyQt5: Framework Overview, Installation, and Weather App Example

This tutorial introduces Python desktop GUI development, compares common frameworks, explains PyQt5 features and installation, demonstrates basic window creation, shows a complete weather‑query application with Qt Designer and API integration, and covers packaging the app into an executable.

Desktop ApplicationGUIPyQt5
0 likes · 16 min read
Python GUI Development with PyQt5: Framework Overview, Installation, and Weather App Example
Python Programming Learning Circle
Python Programming Learning Circle
Oct 29, 2021 · Frontend Development

Comprehensive Guide to PyQt5: GUI Frameworks, Installation, Usage Examples, and Packaging

This tutorial introduces common Python GUI frameworks, provides an in‑depth overview of PyQt5 and its modules, walks through installation, Qt Designer configuration, code examples for creating windows and handling events, demonstrates a weather‑query application, and explains how to package the program into a standalone executable.

Desktop ApplicationPyQt5Python GUI
0 likes · 15 min read
Comprehensive Guide to PyQt5: GUI Frameworks, Installation, Usage Examples, and Packaging
MaGe Linux Operations
MaGe Linux Operations
Sep 24, 2019 · Frontend Development

Build a PyQt5 Number‑Guessing Game UI from Scratch

This tutorial walks you through creating a number‑guessing game interface with PyQt5, covering Qt Designer setup, Pyuic conversion, UI layout design, and the full Python implementation—including initialization, random number generation, user input handling, game logic, reset functionality, and keyboard shortcuts.

GUINumber Guessing GamePyQt5
0 likes · 11 min read
Build a PyQt5 Number‑Guessing Game UI from Scratch