Home
Share Your PySimpleGUI Creation Here!
Feel free to post information about your PySimpleGUI based application here.
Please use this simple format
-----------------------------------
## Your Project's Title
A description of your program
A link to your GitHub Repo
A screenshot
-----------------------------------
YouTube Downloader
A fork of a simple YouTube video downloader program that was modified. Added the ability to select a specific format/resolution and progress meters.
https://github.com/PySimpleGUI/YTDownloader
NotepadPy+
A simple application built using PySimpleGUI to allow documenting text files, saving, printing, note statistics, etc..
Source Code @ https://github.com/sauravmishra1710/Python-GUI-with-PySimpleGUI/blob/main/Sample%20GUI%20Implementation/notepad.py
Executable @ https://github.com/sauravmishra1710/Python-GUI-with-PySimpleGUI/tree/main/Sample%20Executables/NotepadPy%2B.
Tic-Tac-Toe
The classic tic-tac-toe Game using PySimpleGUI
Source Code @ https://github.com/sauravmishra1710/Tic-Tac-Toe-using-PySimpleGUI/blob/main/tic_tac_toe_v1.py
Design pattern: Multiple Windows Using read_all_windows() @ https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Design_Pattern_Multiple_Windows1.py
Game Demo