--- id: pyqt6 version: "6.11.0" license: GPL-3.0-only license_treatment: copyleft maintenance: active --- # PyQt6 — Python bindings for the Qt cross platform application toolkit License: copyleft · Maintenance: active · Downloads: 2.7M/mo ## What it is and what it does PyQt6 is a comprehensive set of Python bindings for the Qt v6 cross-platform application framework. It wraps Qt's C++ libraries to allow Python developers to build desktop and mobile applications with native look-and-feel across Windows, macOS, Linux, iOS, and Android. The bindings are implemented as more than 35 extension modules, covering Qt's high-level APIs for UI development, multimedia, location services, Bluetooth, NFC, and a Chromium-based web browser. The package is designed for developers who want to leverage Qt's mature ecosystem without writing C++. It can also be embedded in C++ applications to enable scripting or configuration through Python. Installation is straightforward via pip for most platforms, though building from source requires Qt's qmake tool. The GPL v3 license is a critical consideration: proprietary applications must either adopt GPL or purchase a commercial license from Riverbank Computing. Use it for: - Build cross-platform desktop applications with native UI components that run on Windows, macOS, and Linux - Create data visualization and analysis tools with Qt's graphics and multimedia capabilities - Develop configuration or scripting interfaces for C++ applications by embedding PyQt6 - Build mobile applications for iOS and Android using Python instead of native languages - Prototype rapid UI-driven applications that need professional appearance and native platform integration ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. PyQt6 provides Python bindings for Qt v6, enabling Python developers to build cross-platform desktop and mobile applications using Qt's C++ libraries without writing C++ code. Yes, if you need a mature, cross-platform desktop GUI framework and can accept the GPL v3 copyleft license or obtain a commercial license. PyQt6 is actively maintained, widely used (top 5000 on PyPI), has no known vulnerabilities, and offers comprehensive Qt v6 coverage. Install friction is moderate but manageable with prebuilt wheels. Not suitable for proprietary closed-source applications without a commercial license. ## Install pip install pyqt6 uv add pyqt6 poetry add pyqt6 ## Installing PyQt6 Before you install: Medium install friction: prebuilt wheels are available for macOS, Linux, and Windows across multiple architectures, but the sdist requires Qt's qmake tool on PATH or use of sip-install for configuration. Package is actively maintained with a recent release. License in practice: PyQt6 is released under GPL v3 (copyleft), which means any application using it must either be GPL-licensed or use PyQt6 under a separate commercial license from Riverbank Computing. This is a significant constraint for proprietary software. Quickstart: pip install PyQt6 from PyQt6.QtWidgets import QApplication, QMainWindow app = QApplication([]) window = QMainWindow() window.show() app.exec() Requires Python 3.10 or later. Building from sdist requires Qt's qmake tool on PATH, or use sip-install for guided configuration. Verify before relying: - Whether the 35+ extension modules cover all Qt v6 APIs or if there are gaps in coverage - Performance characteristics compared to other Python GUI frameworks for typical desktop applications - Availability and quality of third-party documentation beyond the official Riverbank docs ## Package facts - License: GPL-3.0-only (copyleft) - Python support: supports_current - Install friction: medium - Maintenance: active - Downloads: 2.7M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags python qt gui framework, cross-platform desktop app development, qt bindings for python, pyqt desktop ui, python gui toolkit, qt6 python bindings, desktop application framework, gui-framework, cross-platform, copyleft-license [View on SkillFed](https://skillfed.io/packages/pyqt6) · [View on PyPI](https://pypi.org/project/pyqt6/)