awesome-python icon indicating copy to clipboard operation
awesome-python copied to clipboard

Update Pyqt and add PySide README.md

Open ysidromdenis opened this issue 2 years ago • 0 comments

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.

ysidromdenis avatar May 04 '23 15:05 ysidromdenis