Bonjour,

tu peux exécuter ton fichier au travers d'une commande.



import os

cmd = 'python fichier.py'
os.system(cmd)