Python Obtenez l'emplacement du script
import os
file_path = os.path.realpath(__file__)
Shy Seal
import os
file_path = os.path.realpath(__file__)
os.getcwd()