Add PySimpleGUI (#1259)

* Create PySimpleGUI.py

* Update readme.md

* language count increment
This commit is contained in:
calgary34
2022-01-20 17:07:17 -07:00
committed by GitHub
parent 14b4f84c8c
commit 3c5bd89516
2 changed files with 5 additions and 1 deletions

3
p/PySimpleGUI.py Normal file
View File

@@ -0,0 +1,3 @@
import PySimpleGUI
PySimpleGUI.popup_no_buttons('Hello World')