Simple demo to launch the "sg.main()" function. Good for getting to the upgrade and other utilities

This commit is contained in:
PySimpleGUI 2020-07-24 06:01:48 -04:00
parent cbd4d0d8b3
commit f6e60b31b3
1 changed files with 9 additions and 0 deletions

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