PySide6-Addons
Python bindings for the Qt cross-platform application and UI framework (Addons)
What it is and what it does
PySide6-Addons is a complementary package to PySide6 that bundles additional Qt 6.0+ framework modules as Python bindings. It provides access to specialized Qt functionality including 3D rendering (Qt3DCore, Qt3DRender, Qt3DAnimation), multimedia (QtMultimedia, QtMultimediaWidgets), web technologies (QtWebEngineCore, QtWebEngineWidgets, QtWebSockets), data visualization (QtCharts, QtDataVisualization, QtGraphs), and hardware interfaces (QtSerialPort, QtBluetooth, QtNfc, QtPositioning). The package is distributed as pre-compiled binary wheels for macOS, Linux, and Windows.
Developers use PySide6-Addons when building desktop applications that need capabilities beyond the core PySide6 offering—such as rendering 3D scenes, embedding web content, displaying interactive charts, or communicating with serial devices and Bluetooth peripherals. It requires shiboken6 and PySide6_Essentials as runtime dependencies and supports Python 3.10 through 3.14. The copyleft license (LGPL/GPL) means proprietary applications must either comply with GPL terms or obtain a commercial Qt license.
Use it for:
- Build 3D visualization applications using Qt3DCore and Qt3DRender for rendering geometric models and scenes.
- Create desktop applications that embed web content or communicate over WebSockets using QtWebEngineWidgets and QtWebSockets.
- Develop data analysis tools with interactive charts and graphs using QtCharts and QtDataVisualization.
- Build IoT and hardware integration applications with serial port, Bluetooth, and NFC support via QtSerialPort, QtBluetooth, QtNfc.
- Create multimedia applications with audio/video playback and recording using QtMultimedia and QtMultimediaWidgets.
- Develop location-aware applications using QtPositioning and QtLocation modules.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
PySide6-Addons extends PySide6 with additional Qt modules for 3D graphics, multimedia, web engines, charts, and specialized hardware interfaces.
Yes, if you need the specific Qt addon modules and accept the copyleft license terms. The package is actively maintained, widely used (top 5000 PyPI), has no known vulnerabilities, and provides stable access to a comprehensive set of Qt 6 capabilities. Medium install friction is typical for compiled bindings. Not necessary if you only need core PySide6 functionality.
Install
pyside6-addons on PyPI
pip
pip install pyside6-addonsuv
uv add pyside6-addonspoetry
poetry add pyside6-addonsInstalling PySide6-Addons
Before you install
Medium install friction due to compiled binary wheels across multiple platforms (macOS universal2, Linux x86_64/aarch64, Windows x64/arm64). Actively maintained with recent release 93 days ago. Requires shiboken6 and PySide6_Essentials as runtime dependencies.
License in practice
Licensed under LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only (copyleft). Use in proprietary software requires either GPL compliance or a commercial Qt license; LGPL allows proprietary linking with conditions on library modifications.
Quickstart
pip install pyside6-addons
from PySide6.Qt3DCore import Qt3DCore
from PySide6.QtCharts import QtCharts
# Access Qt addon modules via PySide6 namespace
Requires Python 3.10 or later (supports up to 3.14). Requires shiboken6 and PySide6_Essentials as runtime dependencies.
Verify before relying
- Whether all listed Qt modules are fully functional and documented in this release
- Performance characteristics and memory overhead when loading multiple addon modules together
- Compatibility matrix with specific PySide6_Essentials versions beyond the runtime dependency declaration
Package facts
| License | LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only (copyleft) |
| Python support | supports the current Python release (<3.15,>=3.10) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 2 — shiboken6, PySide6_Essentials |
| Maintenance | actively maintained — 93 days since the last release |
| First released | |
| Downloads | 3,655,307/month — #2,539 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyside6_addons-6.11.1-cp310-abi3-macosx_13_0_universal2.whl; pyside6_addons-6.11.1-cp310-abi3-manylinux_2_34_x86_64.whl; pyside6_addons-6.11.1-cp310-abi3-manylinux_2_39_aarch64.whl; pyside6_addons-6.11.1-cp310-abi3-win_amd64.whl; pyside6_addons-6.11.1-cp310-abi3-win_arm64.whl
Keywords: Qt
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
pyqtgraphPyQtGraph is a pure-Python graphics library for…
permissive · top 5,000 on PyPI
PySide6PySide6 provides Python bindings to the Qt 6.0+…
copyleft · top 5,000 on PyPI
PySide6-EssentialsPySide6 Essentials provides Python bindings to…
copyleft · top 5,000 on PyPI
PySide2PySide2 provides Python bindings to the Qt…
copyleft · top 15,000 on PyPI
QtPyQtPy provides a unified API for writing Qt…
permissive · top 5,000 on PyPI
superqtProvides additional Qt widgets and UI…
permissive · top 15,000 on PyPI
shiboken6Shiboken6 provides Python access to metadata…
copyleft · top 5,000 on PyPI
shiboken2Shiboken2 provides Python access to metadata…
copyleft · top 15,000 on PyPI
pytest-qtpytest-qt is a pytest plugin that provides…
permissive · top 5,000 on PyPI
qtmonacoEmbeds the Monaco Editor (VS Code's editor)…
unclear · top 15,000 on PyPI