XL-GUI 是 PySimpleGUI 4.60.5 的社区公开版 —— 在官方转向商业许可后,我们延续其开源精神,公开最后一个完全开源的稳定版本,让开发者无需迁移成本即可继续免费使用。
PySimpleGUI 作为一款"让 GUI 开发像写脚本一样简单"的优秀库,深受开发者喜爱。但官方后续版本转向商业许可模式,导致开源用户无法享受后续支持。
为了保障开源社区的使用权益,我们公开了最后一个完全开源的 4.60.5:
- 保留全部原有核心功能,无任何功能阉割
- 遵循 LGPL v3 开源协议,永久免费
- 让每个开发者都能自由使用这款优秀的 GUI 工具
- ヾ(≧▽≦*)o
| 特性 | 详情 |
|---|---|
| 🆓 完全免费 | 无许可证、无付费门槛、无功能限制,商用/非商用均可 |
| 🛡️ 稳定可靠 | 稳定性有保障(出问题了找PySimpleGUI) |
| 🔄 无缝迁移 | API 1:1 兼容 PySimpleGUI 4.x,安装后无需修改任何代码,仍使用 import PySimpleGUI 导入(import XLGUI 无效) |
| 🧩 完美兼容 | 支持 Python 3.6+,避开 5.x 版本的破坏性更新和兼容性问题 |
| 📚 文档复用 | 可直接使用 PySimpleGUI 4.x 官方文档、教程和示例代码 |
pip install xl-gui# 离线安装(下载 .whl 文件后)
pip install xl_gui-4.60.5-py3-none-any.whl💡 安装完成后,原有 PySimpleGUI 代码无需修改,直接运行即可(仍使用
import PySimpleGUI as sg)
本项目基于 LGPL v3 开源许可证 发布,允许:
- 自由使用、修改、分发
- 商用项目中集成(需遵循许可证要求)
- 二次开发(需保留原版权声明)
详细条款见 LICENSE 文件。
XL-GUI is a community public version of PySimpleGUI 4.60.5 — After the official version switched to a commercial license, we continue its open-source spirit by publishing the last fully open-source stable version, allowing developers to use it for free without migration costs.
- 🆓 100% Free: No licenses, no paywalls, no restrictions (commercial/non-commercial use allowed)
- 🛡️ Stable & Reliable: Based on the proven PySimpleGUI 4.60.5 version, trusted by millions of developers
- 🔄 Seamless Migration: 1:1 API compatible with PySimpleGUI 4.x, no code changes required after installation — still use
import PySimpleGUI(import XLGUIis invalid) - 🧩 Perfect Compatibility: Supports Python 3.6+, avoids breaking changes in 5.x versions
- 📚 Reusable Docs: Works with PySimpleGUI 4.x official documentation, tutorials and examples
# Basic installation (recommended)
pip install xl-gui
# Upgrade to the latest version
pip install --upgrade xl-gui💡 After installation, no changes are needed for existing PySimpleGUI code — run directly with
import PySimpleGUI as sg
This project is released under the LGPL v3 Open Source License, allowing:
- Free use, modification, and distribution
- Integration in commercial projects (comply with license requirements)
- Secondary development (retain original copyright notice)
See LICENSE for detailed terms.
其他事项:这个是我弄着玩的,实在是太闲了,要是有问题不要找我( ̄o ̄) . z Z(真实可以使用,不是虚假的)