File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,17 @@ Creating GUI based apps using PySimpleGUI module. Details about PySimpleGUI modu
1515
Eg.: **sg.Popup("This is a simple popup", button_type=1) # button_type=2,3,4,5**
1616

1717
# 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://.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://.com/sauravmishra1710/Python-GUI-with-PySimpleGUI/tree/main/Sample%20Executables/NotepadPy%2B.
24+
25+
**Source Code @** https://.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://.com/sauravmishra1710/Python-GUI-with-PySimpleGUI/blob/main/Sample%20GUI%20Implementation/image_viewer.py

0 commit comments

Comments
 (0)