Merge pull request #3173 from PySimpleGUI/Dev-latest
Simple demo to launch the "sg.main()" function. Good for getting to t…
This commit is contained in:
commit
a206f44c47
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