Exécutez automatiquement le script Python tous les jours

#save your script (e.g script.py)
#then create .bat file (on windows) and type
python <filename>.py # 
#save the file (e.g file.bat)
#open start and search for task scheduler and open it
#create the task and set a trigger time
KingHelp