From 4c0f2bfc25f34bb9249e7111cb83bd53a27486ff Mon Sep 17 00:00:00 2001 From: Maxime Liquet <35924738+maximlt@users.noreply.github.com> Date: Mon, 19 Feb 2024 15:37:35 +0100 Subject: [PATCH] Add Panel to the GUI Development section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e5770417..da8fd897 100644 --- a/README.md +++ b/README.md @@ -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.