pyqt5-tools
PyQt Designer and QML plugins
What it is and what it does
pyqt5-tools bridges a gap left by PyQt5's wheel-only distribution: it packages Qt Designer, QML Scene, and QML Test Runner as command-line tools with Python wrappers. These tools are essential for GUI developers who need a visual designer to build interfaces and QML editors to prototype declarative UIs. The package wraps each tool with additional functionality, such as automatic PYQTDESIGNERPATH management via .env files and exception dialog support in Designer to catch Python errors that would otherwise crash silently.
The tools are accessed through subcommands (designer, qmlscene, qmltestrunner) and support passing custom widget paths and QML import paths. It depends on pyqt5, pyqt5-plugins, click for CLI handling, and python-dotenv for environment variable loading. The package is designed for developers working on PyQt5 projects who need the full Qt toolchain; it is not a runtime dependency for end-user applications.
Use it for:
- Design PyQt5 GUI layouts visually in Qt Designer without manually writing widget code
- Develop and test QML interfaces using QML Scene with custom import paths configured via .env
- Run QML unit tests with QML Test Runner while managing plugin paths automatically
- Prototype custom PyQt5 widgets and test them in Designer with exception reporting
- Manage multiple PyQt5 projects with different widget paths using .env-based configuration
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Qt Designer, QML Scene, and QML Test Runner tools as command-line wrappers for PyQt5 development, bundling GUI design and QML editing capabilities that are not included in the standard PyQt5 wheels.
Yes, if you are actively developing PyQt5 applications and need Qt Designer or QML tools. The low install friction, active maintenance, and straightforward dependencies make it a practical choice. The GPLv3 license is not a barrier for development use, only for redistribution of modifications. No known security vulnerabilities. Install only if you need the GUI design tools; it is not required for running PyQt5 applications.
Install
pyqt5-tools on PyPI
pip
pip install pyqt5-toolsuv
uv add pyqt5-toolspoetry
poetry add pyqt5-toolsInstalling pyqt5-tools
Before you install
Low friction installation via pip with a pure-wheel distribution. The package is actively maintained with a recent commit history and has been stable since its initial release in 2016. Dependencies are straightforward: click, pyqt5, pyqt5-plugins, and python-dotenv.
License in practice
Licensed under GPLv3 (copyleft). Any derivative work or modification must also be released under GPLv3. If you are building proprietary applications, you may use this tool during development, but you cannot redistribute modified versions without complying with copyleft obligations.
Quickstart
pip install 'pyqt5-tools~=5.15'
pyqt5-tools designer --help
pyqt5-tools qmlscene --help
Requires PyQt5 to be installed separately; the version of pyqt5-tools must match your PyQt5 version (e.g., 5.15.x for PyQt5 5.15). Windows and Linux are fully supported; macOS support is incomplete.
Verify before relying
- Whether the package works with PyQt6 or only PyQt5 5.15.x versions
- Current status of macOS support and what limitations remain
- Whether custom widget paths persist across sessions or require .env file setup each time
Package facts
| License | GPLv3 (copyleft) |
| Python support | supports the current Python release (>=3.7) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — click, pyqt5, pyqt5-plugins, python-dotenv |
| Maintenance | actively maintained — 1,236 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 81,385/month — #14,231 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyqt5_tools-5.15.9.3.3-py3-none-any.whl
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
PyQt5PyQt5 provides Python bindings for the Qt v5…
copyleft · top 5,000 on PyPI
PyQt5-Qt5Provides the Qt5 runtime libraries required by…
copyleft · top 5,000 on PyPI
pytest-qtpytest-qt is a pytest plugin that provides…
permissive · top 5,000 on PyPI
superqtProvides additional Qt widgets and UI…
permissive · top 15,000 on PyPI
QDarkStyleQDarkStyle provides pre-built dark and light…
permissive · top 15,000 on PyPI
pyqtgraphPyQtGraph is a pure-Python graphics library for…
permissive · top 5,000 on PyPI
aqtinstallaqtinstall is a command-line tool that…
permissive · top 15,000 on PyPI
PyQt6-Qt6Provides the Qt6 runtime libraries required by…
copyleft · top 5,000 on PyPI
PyQtWebEngine-Qt5Provides the Qt5 runtime libraries required by…
copyleft · top 15,000 on PyPI
aqtaqt is the Qt-based desktop GUI for Anki, the…
agpl · top 15,000 on PyPI