Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luolingchun/pyqgis

PyQGIS 二次开发独立应用
https://github.com/luolingchun/pyqgis

pyqgis python

Last synced: 6 days ago
JSON representation

PyQGIS 二次开发独立应用

Awesome Lists containing this project

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
```