PyQt5-tools provides Qt Designer, Qt Linguist, and other Qt tools for PyQt5 development. Current version 5.15.9.3.3, with irregular releases. It bundles binaries for Windows and Linux to avoid manual installation of Qt tools.
pip install pyqt5-toolsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Launch Qt Designer from Python code.
Use `from pyqt5_tools import QtDesigner; QtDesigner.run()`
Run `pip install PyQt5` before or alongside pyqt5-tools.
Install system packages: `sudo apt install libxcb-xinerama0` or use offscreen platform: `export QT_QPA_PLATFORM=offscreen`