Python Obtenha localização do script
import os
file_path = os.path.realpath(__file__)
Shy Seal
import os
file_path = os.path.realpath(__file__)
os.getcwd()