{"categories":[{"label":"Graphics","url":"https://skillfed.io/packages/category/multimedia-graphics/2"},{"label":"User Interfaces","url":"https://skillfed.io/packages/category/software-development-user-interfaces/2"}],"enrichment":{"capability":"PySimpleGUI wraps tkinter and other GUI libraries to simplify desktop application development with a compact, event-driven architecture that requires no prior GUI programming experience.","skillfed_tags":["gui-framework","rapid-prototyping","beginner-friendly"],"use_cases":["Build a simple data-entry form or dialog box without learning tkinter's widget API","Prototype a desktop application rapidly for internal tools or automation scripts","Create a GUI wrapper around a command-line Python script for non-technical users","Add a graphical interface to a Raspberry Pi or microcontroller project using PSGMicroPython","Develop educational applications where students need GUI experience without framework overhead"],"what_it_does":"PySimpleGUI is a wrapper around tkinter (and optionally Qt, WxPython, or Remi) that abstracts away low-level GUI complexity into a simpler, list-based layout syntax. Instead of managing callbacks and widget hierarchies directly, you define your interface as nested lists of elements, then run an event loop that returns user actions and input values as simple dictionaries. It targets developers who want to build desktop applications quickly without learning traditional GUI frameworks.\n\nThe package supports modern Python versions (3.6 through 3.15) and has no external runtime dependencies beyond Python itself. It recently transitioned from a commercial product back to open-source under LGPLv3 after the commercial venture concluded in early 2025. The project maintains active development with frequent releases and extensive documentation.","worth_installing":"Yes, if you need a quick desktop GUI and want to avoid tkinter's verbosity. PySimpleGUI has low install friction, no dependencies, and active maintenance. The LGPLv3 license is permissive for most use cases as long as you're willing to share modifications. Avoid it if you need advanced styling, cross-platform polish, or web deployment\u2014consider Qt or web frameworks instead."},"id":"pysimplegui","links":{"html":"https://skillfed.io/packages/pysimplegui","md":"https://skillfed.io/packages/pysimplegui.md","pypi":"https://pypi.org/project/pysimplegui/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-02","license_spdx":null,"license_treatment":"copyleft","name":"pysimplegui","python_support":"supports_current","summary":"Python GUIs for Humans. Launched in 2018. NEW LGPL3 Version 6 released in 2026."},"popularity":{"monthly_downloads":114809,"position":12278,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"6.3"}
