I have a folder containing several Python files. These files are web automation scripts, so no class or methods.
I would like to have a way to trigger the execution of these files in a specific order. For example by combining them in a separate file that I call from my terminal. Or even better, is it possible to make it a clickable icon in my desktop? I'm on macOS.
I am new to Python so please forgive me if the solution is obvious :p Thanks