Simple demo to launch the "sg.main()" function. Good for getting to the upgrade and other utilities
This commit is contained in:
parent
cbd4d0d8b3
commit
f6e60b31b3
|
@ -0,0 +1,9 @@
|
||||||
|
import PySimpleGUI as sg
|
||||||
|
|
||||||
|
"""
|
||||||
|
This is a simple as it gets. Calls the "main" function which is the PySimpleGUI Test Harness
|
||||||
|
or Control Panel of sorts. Use it to view themes, upgrade your PySimpleGUI to the GitHub version, etc.
|
||||||
|
"""
|
||||||
|
|
||||||
|
sg.main()
|
||||||
|
|
Loading…
Reference in New Issue