PyQGIS¶
Summary: Notes on PyQGIS scripting and QGIS Python automation. Last updated: 2026-08-20
2026¶
- QGIS Plugin Dev Tools: Development and packaging utilities for QGIS plugins, streamlining the management of runtime dependencies and enabling developers to build, publish, and test their plugins more efficiently. Related: QGIS, Python, Tools. Keywords: PyQGIS, QGIS, plugin, packaging, development, tools
2025¶
- Create a QGIS Project via PyQGIS: GitHub gist showing how to programmatically create a QGIS project using PyQGIS scripting. Related: Python, QGIS. Keywords: PyQGIS, Python, QGIS, project creation, scripting
2024¶
-
Creating Python Executables with cx-freeze for QGIS Roam: QGIS Roam project uses cx-freeze to package Python applications as standalone executables. Related: Python, QGIS. Keywords: PyQGIS, Python, cx-freeze, executable, packaging, QGIS Roam
-
Packaging 3rd Party Plugins in QGIS: QGIS Enhancement Proposal for packaging third-party Python plugins inside QGIS projects. Related: QGIS, Python. Keywords: PyQGIS, QGIS, plugins, packaging, Python
Earlier¶
-
Custom Preset Format Page for Print Layouts: QGIS user mailing list solution by Thomas for using startup.py to set custom print layout presets. Related: Python, QGIS. Keywords: PyQGIS, print layout, startup.py, Python, QGIS
-
Print Layout Table Cell Alignment: PyQGIS script for controlling table cell alignment in QGIS print layouts. Related: Python, QGIS. Keywords: PyQGIS, print layout, table, alignment, Python, QGIS