Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4a66c7d

Browse files
Update README.md
1 parent d166fb9 commit 4a66c7d

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

‎README.md‎

Lines changed: 14 additions & 2 deletions
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://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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /