Run Os.system Commands On A New Terminal- Python 3
I am running a program which allows me to run terminal commands through my Python code which takes input from the user through the command line. This is the part of the code where
Solution 1:
can this solve your problem?
os.system('gnome-terminal -x chromium-browser')
Post a Comment for "Run Os.system Commands On A New Terminal- Python 3"