Skip to content

Instantly share code, notes, and snippets.

@MarcoDuiker
Created October 25, 2018 10:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarcoDuiker/0f2bbc4094beba62a29b7931d670536c to your computer and use it in GitHub Desktop.
Save MarcoDuiker/0f2bbc4094beba62a29b7931d670536c to your computer and use it in GitHub Desktop.
Accessing QGIS plugin from the QGIS python console
from qgis.utils import plugins
dir(plugins['plugin_name'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment