Merge pull request #2737 from RonydaEssam/patch-1

Remove Eel from GUI Development libraries
This commit is contained in:
Vinta Chen 2026-01-08 14:59:46 +08:00 committed by GitHub
commit 7bd0b997d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -562,7 +562,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
*Libraries for working with graphical user interface applications.*
* [curses](https://docs.python.org/3/library/curses.html) - Built-in wrapper for [ncurses](http://www.gnu.org/software/ncurses/) used to create terminal GUI applications.
* [Eel](https://github.com/ChrisKnott/Eel) - A library for making simple Electron-like offline HTML/JS GUI apps.
* [enaml](https://github.com/nucleic/enaml) - Creating beautiful user-interfaces with Declarative Syntax like QML.
* [Flet](https://flet.dev) - Cross-platform GUI framework for building modern apps in pure Python. Run on Windows, macOS, Linux, Android, iOS, and the Web.
* [Flexx](https://github.com/zoofIO/flexx) - Flexx is a pure Python toolkit for creating GUI's, that uses web technology for its rendering.