20 projects
psgresizer
PySimpleGUI demo tool and utility to resize your images and encode them to Bas64 format.
psgcompiler
Convert your PySimpleGUI or other Python program into binary for easy distribution. GUI uses PySimpleGUI. Back-end compile performed using pyinstaller (so far... others are being added)
PySimpleGUI
Python GUIs for Humans. Launched in 2018. It's 2022 & PySimpleGUI is an ACTIVE & supported project. Super-simple to create custom GUI's. 325+ Demo programs & Cookbook for rapid start. Extensive documentation. Main docs at www.PySimpleGUI.org. Fun & your success are the focus. Examples using Machine Learning (GUI, OpenCV Integration), Rainmeter Style Desktop Widgets, Matplotlib + Pyplot, PIL support, add GUI to command line scripts, PDF & Image Viewers. Great for beginners & advanced GUI programmers.
psgtest
Run your Python programs, capture the output, using your choice of interpreters
psgpsg
Runs sg.main() using whatever default PySimpleGUI.py your system picks up.
psgdemos
Installs the full set of PySimpleGUI Demo Programs and the Demo Browser.
psgtray
A System Tray Icon that works with the PySimpleGUI tkinter port. Uses pystray to supply the system tray. Works well under Windows.
psgfiglet
Create Figlets using a PySimpleGUI GUI and pyfiglet. A PySimpleGUI Demo Program.
psgshortcut
Create Windows Shortcuts using a PySimpleGUI GUI. A PySimpleGUI Demo Program.
PySimpleGuy
The PySimpleGuy is likely supposed to be PySimpleGUI.
LiveREPL
A Python REPL that can be used without stopping your program's execution. Brought to you by the fine folks at PySimpleGUI.org
PySimpleGUIWx
The Engineering Pre-Release WxPython version of PySimpleGUI. PySimpleGUI SDK Launched in 2018 Actively developed and supported. Super-simple to create custom GUI's. Now supports tkinter, Qt, WxPython, and Remi
PySimpleGUIWeb
A port of PySimpleGUI that runs in a web browser. Utilizes Remi as the GUI framework
PySimpleGUIQt
The Alpha Qt version of PySimpleGUI, this GUI SDK Launched in 2018 Actively developed and supported. Requires pyside2 from Qt. Super-simple to create custom GUI's. Now supports both tkinter, Qt, WxPython and Web (Remi)
pysimplegui-exemaker
A GUI Front-end to PyInstaller
ptoaster
Display a toaster-style message with an icon, title and message at any location on your screen. Option to fade in / fade out
imwatchingyou
A Python GUI-based Python debugger enabling realtime watching and modification of variables and expressions, plus a REPL-light
PySimpleGUI27
Python 2.7 version of PySimpleGUI - GUI SDK Launched in 2018 Actively developed and supported. Super-simple to create custom GUI's. Python 2.7 & 3 Support. 100 Demo programs & Cookbook for rapid start. Extensive documentation. Examples using Machine Learning(GUI, OpenCV Integration, Chatterbot), Rainmeter Style Floating Desktop Widgets, Matplotlib + Pyplot integration, add GUI to command line scripts, PDF & Image Viewer. Great for beginners as well as advanced GUI programmers
PySimpleGUI-chess
A PGN file playback of chess games
pysimplegui-howdoi
A GUI Front-end to How Do I