Run a .py python script

Hello,

How can i run a Python script (as a .py file)?

The srcipt takes no arguments, since all folders and files that interacts with are already in the script. Basically, the script consist of calling a main function that call all the other functions with arguments declare in main function.

The output is a generation of an excel file with name and path declared in main.

Hello Bruno_Aarao,

Take a look at

Thanks !