PyQt6/PySide6 Bindings for (the amazing) Qlementine
Modern QStyle for desktop Qt6 applications... ready for Python!
pip install PyQt6-Qlementine
# or
pip install PySide6-QlementineSee C++ documentation for more information.
See also examples in this repo.
The autogenerated type stubs are also useful for understanding the API.
This is a monorepo with two packages:
packages/PyQt6-Qlementine— PyQt6 bindings (SIP/PyQt-builder)packages/PySide6-Qlementine— PySide6 bindings (Shiboken6/CMake)
Quick start (using just)
just install-pyqt6 # build & install PyQt6-Qlementine package
just install-pyside6 # build & install PySide6-Qlementine packageRun tests
uv run pytestjust build-wheel PyQt6
just build-wheel PySide6
