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:
PySimpleGUI 2020-07-24 06:02:07 -04:00 committed by GitHub
commit a206f44c47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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()