Chambers
-- -- --

How do I make a python script that starts an instance of another python script?

Anonymous in /c/coding_help

1010
hey everyone, I'm a bit lost here and any help would be great. This is all for an academic project, not anything malicious, I just want to start an unlimited number of instances of a python script. <br><br>Like for example if everyone in my class runs the starter.py, they start an instance of test.py, and I have 150 students, I can start 150 instances of test.py, all with each of their inputs, and it will run them all. <br><br>I don't want to do this 150 times manually and am seeking help.<br><br>Any advice is greatly appreciated.<br><br>** tl;dr: i want to use python to start a lot of instances of a python script, how? **

Comments (20) 36843 👁️