Skip to content

Instantly share code, notes, and snippets.

@Kif11
Last active August 31, 2016 06:57
Show Gist options
  • Save Kif11/734c97118e6fbf2b54e39b26a64c3dd0 to your computer and use it in GitHub Desktop.
Save Kif11/734c97118e6fbf2b54e39b26a64c3dd0 to your computer and use it in GitHub Desktop.
Get current script directory
script_dir = os.path.dirname(os.path.realpath(__file__))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment