Tag

PyQt5

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Jun 13, 2025 · Frontend Development

Master Mouse Cursor Customization in PyQt5: From Default to Custom Shapes

This tutorial explains how to change mouse cursor shapes in PyQt5, covering built‑in Qt cursor constants, practical code examples for setting default and hand cursors, and step‑by‑step guidance for creating fully custom cursors using QPixmap and QCursor.

Desktop DevelopmentGUIMouse Cursor
0 likes · 5 min read
Master Mouse Cursor Customization in PyQt5: From Default to Custom Shapes
Python Programming Learning Circle
Python Programming Learning Circle
Jun 10, 2025 · Frontend Development

Master PyQt5 Event Handling and Timers: From Signals to Custom Filters

This article explains PyQt5's event system, covering both high‑level signal‑slot mechanisms and low‑level event handling, lists common event types, demonstrates five event‑processing techniques, and provides step‑by‑step examples of implementing custom event filters and timers using QTimer and timerEvent.

Event HandlingPyQt5Python GUI
0 likes · 10 min read
Master PyQt5 Event Handling and Timers: From Signals to Custom Filters
Python Programming Learning Circle
Python Programming Learning Circle
May 23, 2025 · Game Development

Python Desktop Pet with PyQt5 – Implementation Guide

This article explains how to create a floating desktop pet using Python and PyQt5, covering required packages, project structure, GIF handling, random actions, dialogue display, and steps to package the application into an executable file.

DesktopPetGUIPyQt5
0 likes · 7 min read
Python Desktop Pet with PyQt5 – Implementation Guide
Python Programming Learning Circle
Python Programming Learning Circle
May 8, 2025 · Frontend Development

Installing PyQt5 and Converting Qt Designer .ui Files to Python Scripts

This guide explains how to install PyQt5, set up Qt Designer, convert .ui files into Python code with pyuic5, and run a basic PyQt5 window, providing step‑by‑step commands, code snippets, and screenshots for a complete GUI development workflow.

GUIInstallationPyQt5
0 likes · 5 min read
Installing PyQt5 and Converting Qt Designer .ui Files to Python Scripts
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
May 7, 2025 · Frontend Development

Comprehensive PyQt5 Tutorial: Environment Setup, Basic Code Structure, Events, Signals & Slots, and QWidget Usage

This article provides a step‑by‑step guide to using PyQt5 for Python GUI development, covering installation, designer integration, converting .ui files to Python code, basic window structure, QObject concepts, event handling, signal‑slot mechanisms, common widget methods, and practical examples with full code snippets.

Event HandlingGUIPyQt5
0 likes · 19 min read
Comprehensive PyQt5 Tutorial: Environment Setup, Basic Code Structure, Events, Signals & Slots, and QWidget Usage
Python Programming Learning Circle
Python Programming Learning Circle
Apr 19, 2025 · Artificial Intelligence

Building an AI‑Powered Dou Dizhu Card‑Playing Assistant with YOLOv5 and DouZero

This tutorial explains how to create an AI‑driven Dou Dizhu (Chinese poker) assistant that captures game screenshots, uses YOLOv5 for card detection, leverages the DouZero model for optimal move prediction, and provides a PyQt5 UI for real‑time play assistance, including environment setup and code examples.

AIDouZeroPyQt5
0 likes · 13 min read
Building an AI‑Powered Dou Dizhu Card‑Playing Assistant with YOLOv5 and DouZero
Python Programming Learning Circle
Python Programming Learning Circle
Mar 30, 2025 · Fundamentals

Creating a Desktop Pet with Python and PyQt5: Materials, Implementation Code, and Packaging Guide

This article explains how to gather GIF assets, write a PyQt5 desktop‑pet application in Python—including directory layout, window initialization, tray integration, random positioning, mouse interaction, and context menus—and finally package the program into an executable using PyInstaller.

GUIPyQt5desktop-pet
0 likes · 19 min read
Creating a Desktop Pet with Python and PyQt5: Materials, Implementation Code, and Packaging Guide
Python Programming Learning Circle
Python Programming Learning Circle
Mar 12, 2025 · Frontend Development

Comprehensive Guide to PyQt5 GUI Development, Installation, and Packaging

This article provides a detailed overview of Python GUI frameworks, introduces PyQt5 and its modules, walks through installation, demonstrates basic and weather‑app examples, and explains how to package the application into an executable using tools such as fbs, PyInstaller, and related utilities.

Desktop ApplicationPyQt5Python GUI
0 likes · 16 min read
Comprehensive Guide to PyQt5 GUI Development, Installation, and Packaging
Python Programming Learning Circle
Python Programming Learning Circle
Feb 17, 2025 · Frontend Development

Eight Python GUI Libraries for Building Desktop Applications

This article introduces eight Python GUI frameworks—including Tkinter, PyQt5, PySimpleGUI, Kivy, wxPython, Toga, Dear PyGui, and Streamlit—explaining their features, providing code examples, and offering a small exercise to create a simple calculator, helping developers quickly build desktop apps.

GUIKivyPyQt5
0 likes · 9 min read
Eight Python GUI Libraries for Building Desktop Applications
Test Development Learning Exchange
Test Development Learning Exchange
Jan 15, 2025 · Frontend Development

Ten PyQt5 GUI Widget Examples for Desktop Applications

This article provides ten self‑contained PyQt5 examples—including a simple window, button counter, text input, checkbox, combo box, file dialog, progress bar, label, table view, and calendar widget—each with full Python code and brief explanations for building desktop GUI components.

DesktopGUIPyQt5
0 likes · 8 min read
Ten PyQt5 GUI Widget Examples for Desktop Applications
Python Programming Learning Circle
Python Programming Learning Circle
Aug 29, 2024 · Fundamentals

Creating a Desktop Pet with Python and PyQt5: Full Source Code and Packaging Guide

This article explains how to build a desktop pet application using Python and PyQt5, covering required GIF assets, multiple methods for creating or sourcing those GIFs, the project directory layout, detailed source code walkthrough, and steps to package the app with PyInstaller.

GIF AnimationGUIPyQt5
0 likes · 19 min read
Creating a Desktop Pet with Python and PyQt5: Full Source Code and Packaging Guide
IT Services Circle
IT Services Circle
Aug 11, 2024 · Frontend Development

Using sviewgui: A PyQt5 GUI Tool for Interactive Matplotlib and Seaborn Plotting with PDF Export

This tutorial introduces sviewgui, a lightweight PyQt5 GUI application that lets users drag‑and‑drop data to create Matplotlib or Seaborn visualizations, customize themes, and export high‑resolution PDFs, with three simple ways to load data including file selection, absolute paths, and pandas DataFrames.

Data VisualizationMatplotlibPDF Export
0 likes · 3 min read
Using sviewgui: A PyQt5 GUI Tool for Interactive Matplotlib and Seaborn Plotting with PDF Export
Python Programming Learning Circle
Python Programming Learning Circle
Mar 2, 2024 · Frontend Development

Comprehensive Guide to Python GUI Development with PyQt5 and Related Frameworks

This article provides an extensive overview of Python GUI development, covering popular frameworks such as PyQt5, PySide6, Tkinter, and others, detailing installation steps, code examples, UI design with Qt Designer, and packaging techniques using tools like fbs to create standalone desktop applications.

Desktop ApplicationGUIPyQt5
0 likes · 17 min read
Comprehensive Guide to Python GUI Development with PyQt5 and Related Frameworks
Python Programming Learning Circle
Python Programming Learning Circle
Dec 1, 2022 · Frontend Development

Building a Quick COVID‑19 Information Viewer with PyQt5 (≈100 Lines of Code)

This tutorial demonstrates how to create a lightweight desktop application using PyQt5 and PyQtWebEngine that fetches and displays the latest COVID‑19 information from multiple web sources, includes engine switching, and provides the full source code for a 100‑line implementation.

COVID-19Desktop ApplicationGUI
0 likes · 7 min read
Building a Quick COVID‑19 Information Viewer with PyQt5 (≈100 Lines of Code)
Python Programming Learning Circle
Python Programming Learning Circle
Jun 23, 2022 · Backend Development

Python-Based Shopping Mall System with Customer and Merchant Interfaces

This article describes a Python‑implemented shopping mall project that provides separate merchant and customer desktop applications built with PyQt5, details the system’s features, file structure, server‑client communication, database setup, execution steps, and includes the complete source code for reference.

Client-ServerGUIMySQL
0 likes · 12 min read
Python-Based Shopping Mall System with Customer and Merchant Interfaces
Python Programming Learning Circle
Python Programming Learning Circle
May 28, 2022 · Frontend Development

Creating a Desktop Pet with Python and PyQt5: Full Guide and Source Code

This tutorial walks through building a Windows desktop pet using Python and PyQt5, covering asset preparation, GIF creation methods, project structure, detailed source code explanation, interactive features, and packaging the application with PyInstaller.

GIF AnimationGUIPyQt5
0 likes · 17 min read
Creating a Desktop Pet with Python and PyQt5: Full Guide and Source Code
Python Programming Learning Circle
Python Programming Learning Circle
May 19, 2022 · Fundamentals

How to Package a PyQt5 Application into an Executable with PyInstaller

This guide walks through preparing a PyQt5 project, installing PyInstaller, generating and configuring the .spec file, and using PyInstaller commands to build a standalone Windows executable, including tips for handling console windows and embedding resources.

ExecutablePyQt5Python
0 likes · 4 min read
How to Package a PyQt5 Application into an Executable with PyInstaller
Python Programming Learning Circle
Python Programming Learning Circle
May 12, 2022 · Artificial Intelligence

Python‑Based IoT Attendance System with 2D Face Recognition

This article describes a Python IoT attendance system that uses 2D face recognition for clock‑in/clock‑out, calculates attendance time, stores records in CSV files, and provides a PyQt5 graphical interface, detailing required environments, core code, and system limitations.

Attendance SystemCSVIoT
0 likes · 8 min read
Python‑Based IoT Attendance System with 2D Face Recognition
Python Programming Learning Circle
Python Programming Learning Circle
May 9, 2022 · Frontend Development

How to Develop Python Desktop Applications with PyQt5: Installation, UI Design, Image Processing, Remote Control, and Packaging

This tutorial explains step‑by‑step how to install PyQt5, create and customize GUI windows, integrate Qt Designer, embed web pages, process images with OpenCV, implement remote desktop control via Flask and pyautogui, and finally package the Python application into a standalone executable.

DesktopFlaskGUI
0 likes · 20 min read
How to Develop Python Desktop Applications with PyQt5: Installation, UI Design, Image Processing, Remote Control, and Packaging