热门

最新

红包

立Flag

投票

同城

我的

发布
weixin_44152831
SoaringXu
3 年前
trueweixin_44152831

《【Python学习】【UI控件】超简单的Python UI模块pysimplegui的使用:主题随心变》
首先,安装pysimplegui模块:
pip install pysimplegui

然后,废话不多说,直接上代码!
import PySimpleGUI as sg
from random import choice



theme_list = sg.theme_list()
EXIT = False

def main_window():
global EXIT
theme = choice(theme_list)
sg.theme(theme)
layout .
——来自博客
https://blog.csdn.net/weixin_44152831/article/details/123286167

请选择你觉得最好用的python UI模块(单选)
1 人已经参与 已结束
Tkinter
0人
wxPython
0人
PyQt5
0人
PySide2
0人
pysimplegui
1人
Gooey
0人
PyGTK
0人
CSDN App 扫码分享
分享
评论
点赞
  • 复制链接
  • 举报
下一条:
真是白送,与CSDN社区官方合作!送40个csdn定制帆布包和4个咖啡杯!趁着别人刷新闻的时候我已经领取了,信不信由你,名额还有十几个!领取地址1:https://bbs.csdn.net/forums/clickhouse领取地址2:https://bbs.csdn.net/forums/blueking
立即登录