pyqt

Python bindings for Qt6 framework to build cross-platform GUI applications

brewmacoslinux
Try with needOr install directly
Source

About

Python bindings for v6 of Qt

Commands

pyuic6pyrcc6pylupdate6

Examples

Convert Qt Designer UI file to Python code$ pyuic6 mywindow.ui -o mywindow.py
Compile Qt resource files to Python modules$ pyrcc6 resources.qrc -o resources.py
Update translation files from Python source code$ pylupdate6 myapp.py -ts translations_en.ts