https://store-images.s-microsoft.com/image/apps.6717.6d934ce8-4fe2-4ffa-b25b-ac1308a4e0f5.01e6e4d1-66ac-4d9f-8b37-e5cce0efa750.c3598fbb-2884-4db4-a3b6-d7affe30c9b6

Pyside

av pcloudhosting

Version 6.10.1 + Free Support on Debian 13

PySide is a set of Python bindings for the Qt libraries, allowing developers to create cross-platform applications with graphical user interfaces (GUIs). It is an official set of Python bindings for Qt, which is widely used for developing desktop applications.

Features of PySide:

  • Develop applications that run on Windows, macOS, and Linux without modification.
  • Offers a wide range of customizable widgets for building complex user interfaces.
  • Leverages the powerful features of the Qt framework, including signals and slots, layouts, and more.
  • Allows for the design of user interfaces using a drag-and-drop interface, which can be easily integrated into Python code.

PySide6 Usage:

$ sudo su
$ cd /opt/pyside6/pyside-setup-6.10.1
$ source venv/bin/activate
$ Test version: python -c "import PySide6; print(PySide6.__version__)"
    

Disclaimer: PySide is an open-source project provided "as is" without any warranty. Users are encouraged to contribute to its development and report any issues they encounter.