Answers for "open new terminal using python in linux'"

0

python open script in new terminal

import subprocess
subprocess.call('python full_pathfile_name.py', creationflags=subprocess.CREATE_NEW_CONSOLE)
Posted by: Guest on May-25-2021

Code answers related to "open new terminal using python in linux'"

Python Answers by Framework

Browse Popular Code Answers by Language