一、PySimpleGUI介紹
PySimpleGUI基于Tkinter,Remi、wxPython和PyQt,使用PySimpleGUI能快速創(chuàng)建你的GUI界面(上位機(jī))界面
二、下載
pip install PySimpleGUI
pip install psgdemos
三、使用文檔
1、官方教程中所有Demo安裝完成后存放路徑為:C:\Python36\Lib\site-packages\psgdemos\demo_programs?
2、cmd中輸入psgdemos ,可啟動(dòng)Demo管理的GUI界面(也是基于PysimpleGUI設(shè)計(jì)的)

有特色的demo

Demo_All_Elements.py?

Demo_All_Elements_Simple.py