# PyQt6-Examples **Repository Path**: Phoebus-Ma/PyQt6-Examples ## Basic Information - **Project Name**: PyQt6-Examples - **Description**: PyQt6 opensource repository, you can free use/edit any code for this repository. - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-08-02 - **Last Updated**: 2025-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction QT6 for python. - [Class-0](Class-0/README.md) : PyQt6 documents. - [Class-1](Class-1/README.md) : PyQt6 control examples. - [Class-2](Class-2/README.md) : PyQt6 applications. # Platform Python 3 on Windows/Linux/MacOS. # Enviorment Install pyqt6: ```bash $ python -m pip install --upgrade pip $ pip install pyqt6 ``` Or, you can install pyside6: ```bash $ python -m pip install --upgrade pip $ pip install pyside6 ``` PyQt6 and PySide6 are like twins, here uses PyQt6. # License MIT license.