How do we write a script in python such that it opens a new terminal, executes commands in that terminal(entered in runtime) and saves it to a variable in the python script ?
A solution to my issue as I am unsure how to proceed
How do we write a script in python such that it opens a new terminal, executes commands in that terminal(entered in runtime) and saves it to a variable in the python script ?
A solution to my issue as I am unsure how to proceed