diff --git a/DemoPrograms/Demo_Main_Control_Test_Panel.py b/DemoPrograms/Demo_Main_Control_Test_Panel.py new file mode 100644 index 00000000..bc4e0987 --- /dev/null +++ b/DemoPrograms/Demo_Main_Control_Test_Panel.py @@ -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() +