16.7k views
3 votes
How to run a python script multiple times simutaneously

User Suroh
by
6.3k points

1 Answer

6 votes

Answer:

You can use threading. Place both scripts in the same folder and write a third script.

Step-by-step explanation:

In this third script import the other two, lets call them capture and process and assume that they both have a main function.

User Lonegunman
by
6.0k points