How to Make a QGIS Plugin
Video, 110 This is a longer video than usual :) You do not need to know much about python to follow this and if you know python well, the video should still help you clarify the plugin build process. In the video I create a Hello Mars plugin in honour of Ingenuity flying around on Mars. After all, its ALWAYS been Hello World and now we have moved :) The info you need: Python comes standalone of course from but also with ArcGIS and OSGEO: with QGIS Your default plugin folder: C:UsersYOUAppDataRoamingQGISQGIS3profilesdefaultpythonplugins QTDesigner can be found in the Start Menu and is installed by QGIS Install PBTOOL: py m pip install pbtool Use this to upgrade PIP if you need to (I did ): py m pip install upgrade pip To compile your resources, you also need: py m pip install pyqt5ac Make s
|
|