# PyQtClient **Repository Path**: PyQt5/PyQtClient ## Basic Information - **Project Name**: PyQtClient - **Description**: PyQt Examples Client https://github.com/PyQt5/PyQt - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 12 - **Forks**: 11 - **Created**: 2019-10-17 - **Last Updated**: 2025-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PyQtClient PyQt Examples Client For https://github.com/PyQt5/PyQt It requires both Python35+ and PyQt5 and QtWebKit. 需要 Python35+ PyQt5 和 QtWebKit ## Installing install requirements ``` pip install requests pip install pygit2==0.27.2 pip install PyQt5 -U pip install PyQt3D -U pip install PyQtChart -U pip install PyQtDataVisualization -U pip install PyQtPurchasing -U ``` ### For Windows ``` pip install PyQtWebKit -U ``` ### For RHEL_7_6-X86_64 1. Install Python35+ 2. Install Qt5.13.1 to ~/Qt5.13.1 3. clone https://github.com/PyQt5/PyQtWebKit and run `./build.sh` ## Todo Replace QtWebKit to QtWebEngine ## Notice 第一次运行很慢(因为在clone例子源码) If the first boot is slow 1. git clone https://github.com/PyQt5/PyQt.git 2. move PyQt to PyQtClient\Resources\Data\Projects 3. start PyQtClient ## ScreenShot ![PyQtClient](ScreenShot/PyQtClient.gif)