Files
python-VM/gui-test/popup.py
2019-11-19 23:50:00 +00:00

4 lines
106 B
Python

import PySimpleGUIQt as sg
sg.Popup('Hello From PySimpleGUI!', 'This is the shortest GUI program ever!')