Skip to content

Instantly share code, notes, and snippets.

@MarcoDuiker
Created October 25, 2018 10:56
Show Gist options
  • Select an option

  • Save MarcoDuiker/0f2bbc4094beba62a29b7931d670536c to your computer and use it in GitHub Desktop.

Select an option

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