PySide2 / PySide6

PySide is the official set of Python bindings for the Qt application framework, enabling developers to build cross-platform graphical user interface (GUI) applications using Python. Released under the LGPL license, it provides access to all major Qt modules, including UI components, networking, database integration, and multimedia capabilities. With an API similar to PyQt but a more permissive licensing model, PySide is well-suited for both open-source and commercial software development.

Resource Introduction

Related Resources