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
1 changed files with 9 additions and 0 deletions
9
DemoPrograms/Demo_Main_Control_Test_Panel.py
Normal file
9
DemoPrograms/Demo_Main_Control_Test_Panel.py
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue