# PyQGIS **Repository Path**: gengumeng/PyQGIS ## Basic Information - **Project Name**: PyQGIS - **Description**: 二次开发教程库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-16 - **Last Updated**: 2025-09-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PyQGIS ![splash](./images/splash.png) PyQGIS 二次开发独立应用 - [环境配置](https://blog.csdn.net/this_is_id/article/details/84562649) - [pyinstaller打包](https://blog.csdn.net/this_is_id/article/details/102974721) ## 编译 ```shell # 管理员运行,基于QGIS 3.16.4测试 1. "C:\Program Files\QGIS 3.16\bin\python-qgis-ltr.bat" -m pip install pyinstaller 2. scripts\build.cmd ```