Pysimplegui 简明教程
PySimpleGUI - Discussion
PySimpleGui 是 Python 的开源、跨平台 GUI 库。它旨在为基于 Python 的 Tkinter、PySide 和 WxPython 工具包创建桌面 GUI 提供一个统一的 API。PySimpleGui 还提供了一个针对 Remi 的端口,该端口对于构建 Web GUI 非常有用。与直接使用 PySimpleGui 使用的库相比,PySimpleGui 可以让你更快地构建 GUI。
PySimpleGui is an open source, cross-platform GUI library for Python. It aims to provide a uniform API for creating desktop GUIs based on Python’s Tkinter, PySide and WxPython toolkits. PySimpleGUI also has a port for Remi which is useful for building GUIs for the web. PySimpleGui lets you build GUIs quicker than by directly using the libraries it uses.