Skip to content

Commit 5fcb916

Browse files
committed
- DocuPort v2.0.1b Update & Hotfix -
> Deleted v2.0.0b Tag from Github due to a file left inside the .git folder, causing a description bug to display the wrong version number. > Completely overhauled window design. > Replaced buttons with a single dropdown menu, and a single button to confirm your choice to the right. > Added a CLI version of the program. > Updated README with new screenshots. > Deleted OLD screenshots. > Added section for CLI version. > Overall, this update optimized the souce code extensively. > Cut over 25% of total length down. > Much simpler to understand program as a whole. Signed-off-by: schlopp96 <[email protected]>
1 parent 97aec7e commit 5fcb916

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

DocuPort_PSG.pyw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# #& DocuPort PSG v2.0.0-Beta
1+
# #& DocuPort PSG v2.0.1-Beta
22
#? Simple GUI Script to open user-specified chapter of the Online-Documentation for PySimpleGUI.
33

44
from random import choice as rChoice

DocuPort_PSG_CLI.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ def debugger() -> Any:
133133
def userSettings_API() -> Any:
134134
load('Opening \"User Settings API\" Doc Section', 'Done!')
135135
url = r'https://pysimplegui.readthedocs.io/en/latest/#user-settings-api'
136+
return openURL(url, new=2, autoraise=True)
136137

137138

138139
def extensions() -> Any:
@@ -159,8 +160,6 @@ def createMAC() -> Any:
159160
return openURL(url, new=2, autoraise=True)
160161

161162

162-
163-
164163
#~ ============================= BEGIN PROGRAM ============================= ~#
165164
inputCount: int = 0
166165
while True:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DocuPort PSG Version-2.0.0-Beta
1+
# DocuPort PSG Version-2.0.1-Beta
22

33
---
44

@@ -32,7 +32,7 @@ button. Thus, out of my own laziness and disdain for digging through webpages, *
3232

3333
---
3434

35-
> Added in v2.0.0-Beta Update
35+
> Added in v2.0.1-Beta update
3636
3737
- The command-line-interface version of the application is entirely self explanatory through on-screen directions.
3838
- Simply follow the instructions displayed on screen, and you'll be fine!

0 commit comments

Comments
 (0)