Tag

PySimpleGUI

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Dec 4, 2024 · Frontend Development

Creating Various PySimpleGUI Pop‑up Windows and a Simple File Compression Tool in Python

This tutorial demonstrates how to install PySimpleGUI, use its one‑shot and persistent window patterns, employ a range of popup functions for messages, text, input, file/folder selection, and progress bars, and combine them to build a lightweight Python compression utility.

GUIPopupPySimpleGUI
0 likes · 7 min read
Creating Various PySimpleGUI Pop‑up Windows and a Simple File Compression Tool in Python
Python Programming Learning Circle
Python Programming Learning Circle
Jun 13, 2024 · Fundamentals

Using Python Progress Bar Libraries: Progress, tqdm, alive‑progress, and PySimpleGUI

This article introduces four popular Python progress‑bar libraries—Progress, tqdm, alive‑progress, and PySimpleGUI—explaining their installation, basic usage, code examples, and visual output so developers can easily add lightweight command‑line or graphical progress indicators to their scripts.

GUIPySimpleGUIPython
0 likes · 6 min read
Using Python Progress Bar Libraries: Progress, tqdm, alive‑progress, and PySimpleGUI
Python Programming Learning Circle
Python Programming Learning Circle
Mar 21, 2024 · Fundamentals

Using Python Progress Bar Libraries: Progress, tqdm, alive‑progress, and PySimpleGUI

This article introduces four popular Python progress‑bar libraries—Progress, tqdm, alive‑progress, and PySimpleGUI—showing how to add simple command‑line and graphical progress indicators with just a few lines of code and providing usage examples and visual demos.

GUIPySimpleGUIPython
0 likes · 6 min read
Using Python Progress Bar Libraries: Progress, tqdm, alive‑progress, and PySimpleGUI
Python Programming Learning Circle
Python Programming Learning Circle
Oct 30, 2023 · Fundamentals

Using Python Progress Bar Libraries: Progress, tqdm, alive‑progress, and PySimpleGUI

This article demonstrates how to add simple yet powerful progress bars to Python command‑line scripts and graphical interfaces using four popular libraries—Progress, tqdm, alive‑progress, and PySimpleGUI—providing code examples, visual output, and links to documentation.

ProgressPySimpleGUIPython
0 likes · 6 min read
Using Python Progress Bar Libraries: Progress, tqdm, alive‑progress, and PySimpleGUI
Python Programming Learning Circle
Python Programming Learning Circle
Nov 3, 2022 · Fundamentals

Using Python Progress Bar Libraries: Progress, tqdm, alive‑progress, and PySimpleGUI

This article demonstrates how to add simple yet effective progress bars to Python command‑line scripts and GUI applications using four popular libraries—Progress, tqdm, alive‑progress, and PySimpleGUI—providing code examples, visual screenshots, and documentation links.

GUIPySimpleGUIalive-progress
0 likes · 5 min read
Using Python Progress Bar Libraries: Progress, tqdm, alive‑progress, and PySimpleGUI
IT Services Circle
IT Services Circle
Mar 18, 2022 · Backend Development

Python Schedule Parsing Tool with GUI for Generating Class and Teacher Timetables

This article presents a Python utility that reads an original class schedule Excel file, processes the data with pandas, and generates separate class‑wise and teacher‑wise timetables saved as Excel files, all wrapped in a simple PySimpleGUI interface requiring a login.

Data ProcessingExcelGUI
0 likes · 9 min read
Python Schedule Parsing Tool with GUI for Generating Class and Teacher Timetables
Python Programming Learning Circle
Python Programming Learning Circle
Jun 3, 2021 · Fundamentals

How to Use Progress Bars in Python with Progress, tqdm, alive-progress, and PySimpleGUI

This article introduces four popular Python progress‑bar libraries—Progress, tqdm, alive‑progress, and PySimpleGUI—explaining their installation, basic usage with concise code examples, and visual output, helping developers add lightweight command‑line or graphical progress indicators to their scripts.

GUIPySimpleGUIalive-progress
0 likes · 5 min read
How to Use Progress Bars in Python with Progress, tqdm, alive-progress, and PySimpleGUI
Python Programming Learning Circle
Python Programming Learning Circle
Mar 13, 2021 · Frontend Development

Creating Dialog Windows and a Simple Zip Utility with PySimpleGUI

This tutorial demonstrates how to install PySimpleGUI, design one‑shot and persistent windows, use various popup functions for messages, text input, file and folder selection, progress meters, and finally combine these features to build a lightweight Python zip‑compression tool with full code examples.

DialogGUIPySimpleGUI
0 likes · 7 min read
Creating Dialog Windows and a Simple Zip Utility with PySimpleGUI
Python Programming Learning Circle
Python Programming Learning Circle
Nov 16, 2020 · Fundamentals

Drawing China's Map with PySimpleGUI: Polygon Data and Code Example

This article explains how China's map is represented by three closed polygons, describes the text file format containing longitude‑latitude point groups, and provides a complete PySimpleGUI Python script to read the data and render the map as red polygons.

GISMap VisualizationPolygon
0 likes · 2 min read
Drawing China's Map with PySimpleGUI: Polygon Data and Code Example