[PR #2465] [CLOSED] Update Pyqt and add PySide README.md #1789

Closed
opened 2025-11-06 13:23:16 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2465
Author: @ysidromdenis
Created: 5/4/2023
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 3f3c780 Update Pyqt and add PySide README.md
  • f6a6edd Merge branch 'master' into master

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 README.md (+2 -1)

📄 Description

Update Pyqt and add PySide

PyQT vs PySide

PyQt and PySide are two sets of Python bindings for the Qt toolkit by The Qt Company, used for developing graphical user interface (GUI) applications. Both are very similar in terms of functionality and design, as they both provide Python bindings for the same Qt libraries. However, there are some differences between them that are detailed below:

License: PyQt has a commercial license, which means a license is required for commercial use. PySide, on the other hand, is open-source and distributed under the terms of the GNU General Public License (GPL).

Support: PyQt is maintained and developed by Riverbank Computing Ltd., while PySide is developed and maintained by the open-source community and The Qt Company.

Versions: PyQt has support for older versions of Qt, while PySide only has support for more recent versions.

Documentation: PyQt has more detailed and extensive documentation compared to PySide.

Overall, both tools are excellent choices for developing GUI applications in Python. The choice between PyQt and PySide will depend on the project's needs, personal preference, and budget.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2465 **Author:** [@ysidromdenis](https://github.com/ysidromdenis) **Created:** 5/4/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`3f3c780`](https://github.com/vinta/awesome-python/commit/3f3c78055c5c1aed17c62c7e268d1dae3fe89f48) Update Pyqt and add PySide README.md - [`f6a6edd`](https://github.com/vinta/awesome-python/commit/f6a6edd2ce526bbb3b9c55884c02d93de366423f) Merge branch 'master' into master ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -1) </details> ### 📄 Description Update Pyqt and add PySide ## PyQT vs PySide PyQt and PySide are two sets of Python bindings for the Qt toolkit by The Qt Company, used for developing graphical user interface (GUI) applications. Both are very similar in terms of functionality and design, as they both provide Python bindings for the same Qt libraries. However, there are some differences between them that are detailed below: License: PyQt has a commercial license, which means a license is required for commercial use. PySide, on the other hand, is open-source and distributed under the terms of the GNU General Public License (GPL). Support: PyQt is maintained and developed by Riverbank Computing Ltd., while PySide is developed and maintained by the open-source community and The Qt Company. Versions: PyQt has support for older versions of Qt, while PySide only has support for more recent versions. Documentation: PyQt has more detailed and extensive documentation compared to PySide. Overall, both tools are excellent choices for developing GUI applications in Python. The choice between PyQt and PySide will depend on the project's needs, personal preference, and budget. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:23:16 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1789