# PyQtClient **Repository Path**: AdamLam/PyQtClient ## Basic Information - **Project Name**: PyQtClient - **Description**: PyQt Examples Client - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PyQtClient PyQt Examples Client For https://github.com/PyQt5/PyQt It requires both Python35-32 and PyQt 5.10 and QtWebKit. 需要Python35 32位 PyQt5.10 QtWebKit ## Installing (安装) 1.install requirements 安装依赖 ``` pip install requests pip install pygit2==0.27.2 pip install PyQt5==5.10.1 pip install PyQtWebKit==5.10.1 pip install PyQt3D==5.10.1 pip install PyQtChart==5.10.1 pip install PyQtDataVisualization==5.10.1 pip install PyQtPurchasing==5.10.1 ``` if pip install PyQtWebKit==5.10.1 failed then do 2 and 3 如果 pip 安装PyQtWebKit失败, 可能是PyQt或者Python版本不对, 那么就需要自己编译了, 按照下面2和3 2.install QtWebKit [option] 安装QtWebKit [可选] download [QtWebKit](https://github.com/annulen/webkit/releases/) and extract to PYTHONPATH/Lib/site-packages/PyQt5/Qt 下载 [QtWebKit](https://github.com/annulen/webkit/releases/) 并解压到 PYTHONPATH/Lib/site-packages/PyQt5/Qt 3.install QtWebKit pyd 复制编译好的QtWebKit copy .Data/site-packages to PYTHONPATH/Lib/site-packages ## Notice If the first boot is slow 第一次运行很慢(因为在clone例子源码) 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)