Tag

wxpython

0 views collected around this technical thread.

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
Python Programming Learning Circle
Python Programming Learning Circle
May 11, 2022 · Frontend Development

wxPython Window and Dialog Tutorial with Complete Code Samples

This article provides a comprehensive guide to creating various wxPython GUI elements—including Frame windows, toolbars, MDI and MiniFrame windows, multiple types of dialogs, and clipboard operations—complete with explanatory text, screenshots, and full Python code examples.

ClipboardDesktopDialog
0 likes · 14 min read
wxPython Window and Dialog Tutorial with Complete Code Samples
Python Programming Learning Circle
Python Programming Learning Circle
Nov 27, 2021 · Fundamentals

Python Application for Automatically Generating Elementary Arithmetic Worksheets

This article introduces a Python‑based tool that lets parents or educators configure ranges and operators to automatically create up to three‑step arithmetic problems for primary‑school students, outputting the worksheets as DOCX files ready for printing.

ArithmeticEducationdocx
0 likes · 3 min read
Python Application for Automatically Generating Elementary Arithmetic Worksheets