python open script in new terminal

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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
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)