Skip to main content

基于Python的GUI界面,函数使用中文命名,使用简单,界面丰富,上手方便,持续更新。

Project description

eGUI

基于Python的GUI界面,函数使用中文命名,使用简单,界面丰富,上手方便,持续更新。

安装


pip install eGUI

界面效果


运行效果

主题效果


代码示例


import eGUI

""" 用户登录 """
用户密码字典 = {"123": "456", "789": "654"}  # 用户名密码为文本类型
登录返回结果 = eGUI.登录界面("我的登录", 用户密码字典)
print(登录返回结果)

""" 切换登录界面 """
用户密码字典 = {"123": "456", "789": "654"}  # 用户名密码为文本类型
登录返回结果 = eGUI.登录界面("我的登录", 用户密码字典, 主题="Black")
print(登录返回结果)

""" 界面主题查询 """
print(eGUI.主题列表())
eGUI.主题界面()

关注生态

pypi version


https://space.bilibili.com/365335499

bilibili分享各种高清Python第三库视频,欢迎关注点赞三联。

0.0.7版本 2021年3月21日01:21:49更新

  • 1.登录界面
  • 2.主题列表
  • 3.主题界面视图

修改部分引导错误

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eGUI-0.0.7.tar.gz (2.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page