remove PySimpleGUI: changed to commercial license in 2024

No longer open source. Requires $99 license for commercial use.
Project development stopped. Consider PySide6 or FreeSimpleGUI fork.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Vinta Chen 2026-01-08 17:00:45 +08:00
parent 6791185357
commit bf0d530aab
No known key found for this signature in database
GPG Key ID: B93DE4F003C33630

View File

@ -576,7 +576,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [pyglet](https://github.com/pyglet/pyglet) - A cross-platform windowing and multimedia library for Python.
* [PyGObject](https://pygobject.readthedocs.io/) - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3).
* [PyQt](https://doc.qt.io/qtforpython/) - Python bindings for the [Qt](https://www.qt.io/) cross-platform application and UI framework.
* [PySimpleGUI](https://github.com/PySimpleGUI/PySimpleGUI) - Wrapper for tkinter, Qt, WxPython and Remi.
* [pywebview](https://github.com/r0x0r/pywebview/) - A lightweight cross-platform native wrapper around a webview component.
* [Tkinter](https://wiki.python.org/moin/TkInter) - Tkinter is Python's de-facto standard GUI package.
* [Toga](https://github.com/pybee/toga) - A Python native, OS native GUI toolkit.