Add Panel to the GUI Development section

This commit is contained in:
Maxime Liquet 2024-02-19 15:37:35 +01:00 committed by GitHub
parent c52dba9b29
commit 4c0f2bfc25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -670,6 +670,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [Flexx](https://github.com/zoofIO/flexx) - Flexx is a pure Python toolkit for creating GUI's, that uses web technology for its rendering.
* [Gooey](https://github.com/chriskiehl/Gooey) - Turn command line programs into a full GUI application with one line.
* [kivy](https://kivy.org/) - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
* [Panel](https://github.com/holoviz/panel) - The powerful data exploration & web app framework for Python.
* [pyglet](https://github.com/pyglet/pyglet) - A cross-platform windowing and multimedia library for Python.
* [PyGObject](https://wiki.gnome.org/Projects/PyGObject) - 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.