pyside@2

Official Python bindings for Qt framework development

brewmacoslinux
Try with needOr install directly
Source

About

Official Python bindings for Qt

Commands

pyside2-uicpyside2-rcc

Examples

Convert Qt Designer UI file to Python code$ pyside2-uic mainwindow.ui -o ui_mainwindow.py
Compile Qt resource file to Python module$ pyside2-rcc resources.qrc -o resources_rc.py
Import PySide2 in Python to create Qt applications$ python -c "from PySide2.QtWidgets import QApplication; print('PySide2 ready')"