We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb5b9f commit c3415edCopy full SHA for c3415ed
README.md
@@ -13,3 +13,8 @@ Creating GUI based apps using PySimpleGUI module. Details about PySimpleGUI modu
13
- No button: 5
14
15
Eg.: **sg.Popup("This is a simple popup", button_type=1) # button_type=2,3,4,5**
16
+
17
+ # Sample Applications
18
19
+ 1. NotepadPy+ : A simple application built using PySimpleGUI to allow documenting text files, saving, printing, note statistics, etc...
20
+ The executable is located @ https://github.com/sauravmishra1710/Python-GUI-with-PySimpleGUI/tree/main/Sample%20Executables/NotepadPy%2B.
0 commit comments