To run another python script within another python script
import subprocess subprocess.run("python script.py")