美文网首页Test小工具
基于Python的PySimpleGUI

基于Python的PySimpleGUI

作者: Jeff_9021 | 来源:发表于2023-07-16 19:55 被阅读0次

一、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

    本文链接:https://www.haomeiwen.com/subject/gxewudtx.html