PyQt5 / PyQt6

Package — GUIPython 3.7+Intermediate

Python bindings for Qt GUI framework; desktop application development

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
PyQt5-sip (Qt5 C++ libraries bundled)
Install
pip install PyQt6 # or PyQt5

Learn by Difficulty

Quick Example

python
# Install: pip install PyQt6  # or PyQt5
import pyqt5 / pyqt6

# Basic PyQt5 / PyQt6 usage
print(f"Using PyQt5 / PyQt6")
# See documentation for detailed examples

PyQt5 / PyQt6 is a third-party package. Python bindings for Qt GUI framework; desktop application development. Install with: pip install PyQt6 # or PyQt5

Try in Playground

Tags

packageguidesktopui