Tag

GUI

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 12, 2025 · Fundamentals

Essential Python Libraries Every Developer Should Master

This guide introduces the most popular Python libraries across web development, GUI creation, data analysis, machine learning, and automation, explaining their purposes, advantages, selection criteria, and providing concise code examples to help developers quickly adopt the right tools for their projects.

GUILibrariesPython
0 likes · 16 min read
Essential Python Libraries Every Developer Should Master
Test Development Learning Exchange
Test Development Learning Exchange
Jun 7, 2025 · Backend Development

Build a Lightweight Python GUI for Testing REST and SOAP APIs (with .exe Packaging)

This tutorial walks you through creating a compact Python Tkinter GUI that can send GET/POST requests, handle JSON or XML payloads, support Bearer tokens, clean illegal URL characters, and be packaged into a standalone Windows executable using PyInstaller.

API testingGUIHTTP
0 likes · 12 min read
Build a Lightweight Python GUI for Testing REST and SOAP APIs (with .exe Packaging)
Test Development Learning Exchange
Test Development Learning Exchange
Jun 3, 2025 · Backend Development

A Python GUI Tool for JSON Formatting and Comparison

This article introduces a Python‑based GUI application that formats, compares, and highlights differences between two JSON files, detailing its features, implementation using tkinter, json and DeepDiff, example usage, and instructions for running and extending the tool.

DeepDiffDiffGUI
0 likes · 10 min read
A Python GUI Tool for JSON Formatting and Comparison
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
Xiaolei Talks DB
Xiaolei Talks DB
May 21, 2025 · Databases

How to Quickly Set Up and Manage OceanBase with the New Desktop Client

This guide walks developers through downloading, installing, and using OceanBase Desktop on macOS, covering dependency setup with OrbStack, GUI features, cluster startup, tenant management, and how the tool simplifies local OceanBase cluster deployment.

Database ManagementDesktopGUI
0 likes · 6 min read
How to Quickly Set Up and Manage OceanBase with the New Desktop Client
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.

Code GenerationGUIInstallation
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

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
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
Efficient Ops
Efficient Ops
May 6, 2025 · Databases

5 Must‑Have GUI Tools to Master Redis Management

Operations engineers struggling with countless Redis commands and opaque data structures can simplify their workflow with five recommended visual tools that turn complex Redis operations into intuitive interfaces, complete with monitoring, cluster support, and cross‑platform clients.

GUIOpsRedis
0 likes · 4 min read
5 Must‑Have GUI Tools to Master Redis Management
Python Programming Learning Circle
Python Programming Learning Circle
Apr 24, 2025 · Fundamentals

Building a Simple Tkinter Calculator in Python – A Beginner’s Guide

This article introduces a beginner-friendly Python GUI project that builds a simple desktop calculator using Tkinter, covering the background, core functionalities, step-by-step code explanations, and highlights such as clean UI, clear logic, and extensibility for further enhancements.

BeginnerCalculatorDesktop
0 likes · 5 min read
Building a Simple Tkinter Calculator in Python – A Beginner’s Guide
Python Programming Learning Circle
Python Programming Learning Circle
Apr 22, 2025 · Backend Development

Python Tkinter Vaccine Management System with CRUD Operations and Database Integration

This article presents a step‑by‑step tutorial for building a Python Tkinter vaccine management application that demonstrates practical CRUD operations, GUI design, and MySQL database integration, providing complete source code, database schema, and detailed explanations for each functional module.

CRUDGUIMySQL
0 likes · 29 min read
Python Tkinter Vaccine Management System with CRUD Operations and Database Integration
Python Programming Learning Circle
Python Programming Learning Circle
Apr 11, 2025 · Frontend Development

Python Seat Reservation System with PySide2 GUI and Command-Line Tools

This guide demonstrates how to build a Python-based seat reservation system using PySide2 for the graphical interface, JSON configuration files for seat data, and command‑line scripts for booking, checking in, and leaving, including full code examples and usage instructions.

GUIcommand-linepyside2
0 likes · 20 min read
Python Seat Reservation System with PySide2 GUI and Command-Line Tools
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
37 Interactive Technology Team
37 Interactive Technology Team
Mar 26, 2025 · Artificial Intelligence

LUI vs GUI: Choosing the Right Interface for AI Product Design

When designing AI products, choosing between a Language User Interface—leveraging speech recognition, NLP, and conversational flexibility—and a Graphical User Interface—relying on visual icons, layouts, and intuitive interaction—depends on technology maturity, response speed, and user learning cost, while emerging multimodal designs increasingly blend both for richer, context‑aware experiences.

AIDesignGUI
0 likes · 11 min read
LUI vs GUI: Choosing the Right Interface for AI Product Design
macrozheng
macrozheng
Mar 24, 2025 · Databases

Master Tiny RDM: A Lightweight Cross‑Platform Redis GUI for Developers

This guide introduces Tiny RDM, a modern, lightweight, cross‑platform Redis client with over 10k GitHub stars, details its key features, installation via Docker, usage tips—including theme switching, connection creation, and data operations—and showcases a real‑world e‑commerce project that leverages Redis.

DockerGUIRedis
0 likes · 7 min read
Master Tiny RDM: A Lightweight Cross‑Platform Redis GUI for Developers
Python Programming Learning Circle
Python Programming Learning Circle
Mar 22, 2025 · Information Security

Python Script for WiFi Password Cracking with CLI and GUI Implementations

This article demonstrates how to use Python and the pywifi library to perform Wi‑Fi password brute‑forcing through both command‑line and graphical interfaces, explains script optimization, shows Tkinter‑based GUI versions, and discusses limitations such as the lack of multithreading.

CLIGUITkinter
0 likes · 15 min read
Python Script for WiFi Password Cracking with CLI and GUI Implementations
Python Programming Learning Circle
Python Programming Learning Circle
Mar 20, 2025 · Artificial Intelligence

Building a Python Voice Synthesis System Using Xunfei WebAPI

This tutorial explains how to create a Python-based speech synthesis tool by installing required packages, configuring Xunfei Open Platform credentials, implementing a Tkinter GUI, and using WebSocket communication to convert text into audio with selectable voice profiles.

GUISpeech SynthesisWebSocket
0 likes · 8 min read
Building a Python Voice Synthesis System Using Xunfei WebAPI
Python Programming Learning Circle
Python Programming Learning Circle
Mar 15, 2025 · Information Security

Python Script for Wi‑Fi Password Cracking with GUI Enhancements

This article demonstrates how to use Python and the pywifi library to perform Wi‑Fi password brute‑forcing, presents both command‑line and Tkinter‑based graphical implementations, explains script optimizations, and discusses limitations such as the lack of multithreading.

Brute ForceGUIPython
0 likes · 13 min read
Python Script for Wi‑Fi Password Cracking with GUI Enhancements
Python Programming Learning Circle
Python Programming Learning Circle
Feb 17, 2025 · Fundamentals

9 Essential Python Libraries to Boost Your Development Efficiency

This guide introduces nine powerful Python libraries—Rich, Pillow, PyAutoGUI, python‑dotenv, schedule, tqdm, loguru, fake‑useragent, and PySimpleGUI—detailing their key features and providing code examples to help developers dramatically reduce development time and avoid reinventing common functionality.

CLIGUILibraries
0 likes · 8 min read
9 Essential Python Libraries to Boost Your Development Efficiency