@@ -15,5 +15,17 @@ Creating GUI based apps using PySimpleGUI module. Details about PySimpleGUI modu
15
15
Eg.: ** sg.Popup("This is a simple popup", button_type=1) # button_type=2,3,4,5**
16
16
17
17
# Sample Applications
18
- 1 . NotepadPy+ : A simple application built using PySimpleGUI to allow documenting text files, saving, printing, note statistics, etc...
19
- The executable is located @ https://github.com/sauravmishra1710/Python-GUI-with-PySimpleGUI/tree/main/Sample%20Executables/NotepadPy%2B .
18
+
19
+ ## NotepadPy+
20
+
21
+ A simple application built using PySimpleGUI to allow documenting text files, saving, printing, note statistics, etc...
22
+
23
+ ** Executable @** https://github.com/sauravmishra1710/Python-GUI-with-PySimpleGUI/tree/main/Sample%20Executables/NotepadPy%2B .
24
+
25
+ ** Source Code @** https://github.com/sauravmishra1710/Python-GUI-with-PySimpleGUI/blob/main/Sample%20GUI%20Implementation/notepad.py
26
+
27
+ ## PyImageViewer
28
+
29
+ A simple image viewer application. Loads all the images (jpegs, pngs, etc..) from the selected directory to a list comtrol to be able to view.
30
+
31
+ ** Source Code @** https://github.com/sauravmishra1710/Python-GUI-with-PySimpleGUI/blob/main/Sample%20GUI%20Implementation/image_viewer.py
0 commit comments