Skip to main content

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

Project description

eGUI

pypi version

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

安装


pip install eGUI

界面效果


主题效果


代码


import eGUI

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

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

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

2021年3月20日更新

  • 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.1.tar.gz (2.1 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