I have 5 python files which i need to run on different terminals/consoles. Currently what i'm doing is running each file on its own terminal/console python filename.py.
What i would like is to run one file that will run all the other files in different terminals/consoles.
I haven't tried anything yet. I'm looking for someone to point me in the right direction on what to do.