Formatting
This commit is contained in:
parent
3c5b1d2552
commit
f5d86d2fa2
|
@ -69,6 +69,9 @@ Browse for a filename that is populated into the input field.
|
||||||
## Add GUI to Front-End of Script
|
## Add GUI to Front-End of Script
|
||||||
Quickly add a GUI allowing the user to browse for a filename if a filename is not supplied on the command line using this 1-line GUI. It's the best of both worlds.
|
Quickly add a GUI allowing the user to browse for a filename if a filename is not supplied on the command line using this 1-line GUI. It's the best of both worlds.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
import PySimpleGUI as sg
|
import PySimpleGUI as sg
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
@ -84,7 +87,7 @@ Quickly add a GUI allowing the user to browse for a filename if a filename is no
|
||||||
raise SystemExit("Cancelling: no filename supplied")
|
raise SystemExit("Cancelling: no filename supplied")
|
||||||
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue