python open script in new terminal

Solutions on MaxInterview for python open script in new terminal by the best coders in the world

showing results for - "python open script in new terminal"
Sofie
04 Apr 2016
1import subprocess
2subprocess.call('python full_path\file_name.py', creationflags=subprocess.CREATE_NEW_CONSOLE)