From 1d6327894789fd5f50391f25a39fe537839265ee Mon Sep 17 00:00:00 2001 From: Sakthi Murugan C <168261877+Sakth1@users.noreply.github.com> Date: Thu, 8 Jan 2026 15:04:50 +0530 Subject: [PATCH 1/3] added pyside to gui --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed2e4bd24..de29e6380 100644 --- a/README.md +++ b/README.md @@ -568,6 +568,7 @@ _Libraries for working with graphical user interface applications._ - [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. +- [PySide](https://doc.qt.io/qtforpython/) - Qt for Python offers the official Python bindings for [Qt](https://www.qt.io/), same as PyQt but this is the official binding. - [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. From 87f11bcb724f6db6d846ba8cf6332a76011c147a Mon Sep 17 00:00:00 2001 From: Sakthi Murugan C <168261877+Sakth1@users.noreply.github.com> Date: Thu, 8 Jan 2026 15:10:20 +0530 Subject: [PATCH 2/3] Update PySide description in README Clarified the description of PySide in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de29e6380..d5b744bf6 100644 --- a/README.md +++ b/README.md @@ -568,7 +568,7 @@ _Libraries for working with graphical user interface applications._ - [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. -- [PySide](https://doc.qt.io/qtforpython/) - Qt for Python offers the official Python bindings for [Qt](https://www.qt.io/), same as PyQt but this is the official binding. +- [PySide](https://doc.qt.io/qtforpython/) - Qt for Python offers the official Python bindings for [Qt](https://www.qt.io/), same as PyQt but this is the official binding with different licensing. - [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. From 3d5d1c8cb9a7d97c9812c05f6b1e187039d457c6 Mon Sep 17 00:00:00 2001 From: Sakthi Murugan C <168261877+Sakth1@users.noreply.github.com> Date: Thu, 8 Jan 2026 17:15:11 +0530 Subject: [PATCH 3/3] Update PySide description for clarity Clarified the description of PySide in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5b744bf6..5401afa51 100644 --- a/README.md +++ b/README.md @@ -568,7 +568,7 @@ _Libraries for working with graphical user interface applications._ - [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. -- [PySide](https://doc.qt.io/qtforpython/) - Qt for Python offers the official Python bindings for [Qt](https://www.qt.io/), same as PyQt but this is the official binding with different licensing. +- [PySide](https://doc.qt.io/qtforpython/) - Qt for Python offers the official Python bindings for [Qt](https://www.qt.io/), this is same as PyQt but it's the official binding with different licensing. - [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.