Obtenir le répertoire du chemin du programme

import os
os.path.dirname(os.path.abspath(__file__))
Proud Polecat