Answers for "run a python script from another python script on a raspberry pi"

0

run a python script from another python script on a raspberry pi

import subprocess
import sys

results = subprocess.run(["sys.executable", "MyPythonScriptName.py"])
Posted by: Guest on July-09-2021

Code answers related to "run a python script from another python script on a raspberry pi"

Python Answers by Framework

Browse Popular Code Answers by Language