基于Python的PySimpleGUI

一、PySimpleGUI介绍

PySimpleGUI基于Tkinter,Remi、wxPython和PyQt,使用PySimpleGUI能快速创建你的GUI界面(上位机)界面

二、下载

pip install PySimpleGUI

pip install psgdemos

三、使用文档

1、官方教程中所有Demo安装完成后存放路径为:C:\Python36\Lib\site-packages\psgdemos\demo_programs 

2、cmd中输入psgdemos ,可启动Demo管理的GUI界面(也是基于PysimpleGUI设计的)

有特色的demo

Demo_All_Elements.py 
Demo_All_Elements_Simple.py

你可能感兴趣的:(基于Python的PySimpleGUI)