Skip to content

Commit 474f926

Browse files
committed
DocuPort_PSG v1.0.1b UPDATE:
- Changed .gitignore to include screenshots contained within README.md. - I foolishly included them initially and wondered why they weren't appearing in the repo lol... - Working on a fairly significant update now; this was more to ensure there's some kind of screenshots in the README for now. Signed-off-by: schlopp96 <[email protected]>
1 parent 4f75a71 commit 474f926

8 files changed

+1
-5
lines changed

Diff for: .gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
# Pre-release console-only version of DocuPort_PSG
22
DocuPort_PSG_CLI.py
3-
4-
# README.md images.
5-
**.png

Diff for: DocuPort_PSG.pyw

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#
2-
# Simple GUI Script to open Online-Documentation for PySimpleGUI and redirects the user to the specific documentation chapter desired.
2+
#? Simple GUI Script to open Online-Documentation for PySimpleGUI and redirects the user to the specific documentation chapter desired.
33

44
from random import choice as rChoice
5-
from sys import exit as ex
65
from time import sleep as s
76
from webbrowser import open
87

Diff for: Screenshots/2021-03-22-14-33-45.png

17.5 KB
Loading

Diff for: Screenshots/2021-03-22-15-06-04.png

17.8 KB
Loading

Diff for: Screenshots/2021-03-22-15-10-41.png

17.9 KB
Loading

Diff for: Screenshots/2021-03-22-15-11-48.png

17.5 KB
Loading

Diff for: Screenshots/2021-03-22-15-12-08.png

18.6 KB
Loading

Diff for: Screenshots/2021-04-10-03-21-34.png

19 KB
Loading

0 commit comments

Comments
 (0)