Skip to content

Instantly share code, notes, and snippets.

@mh0w
Created October 21, 2022 14:39
Show Gist options
  • Save mh0w/4e648cd1c311a4d0a3ab0fe844795302 to your computer and use it in GitHub Desktop.
Save mh0w/4e648cd1c311a4d0a3ab0fe844795302 to your computer and use it in GitHub Desktop.
Get script's directory
import os
print(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