website\data
I have these two folders, where data is inside the website folder. In website, I have a file called main.py. I would like this script to run the three other python scripts inside data. How would I do this?
I also have a subfolder within data called reports in which there is a .xlsx excel file. I would also like to launch this after running all three files inside data. How would I do this?