adding from new mac

This commit is contained in:
2019-11-19 23:50:00 +00:00
parent a3ad3fd1d0
commit 16e455bc83
67 changed files with 2677 additions and 0 deletions

3
gui-test/popup.py Normal file
View File

@@ -0,0 +1,3 @@
import PySimpleGUIQt as sg
sg.Popup('Hello From PySimpleGUI!', 'This is the shortest GUI program ever!')