PySimpleGUI/DemoPrograms/Demo_Main_Control_Test_Pane...

10 lines
253 B
Python
Raw Permalink Normal View History

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()