Posts

Showing posts with the label script

Get path to current script in Python

import os os . path . dirname ( os . path . realpath ( __file__ ))   Source