how can I make it so that instead of this
(when I bring the task manager on windows), be something more useful like
- "Process A"
- "Process B"
- ...
All of these processes are summoned using subprocess.Popen in python 2.7.
how can I make it so that instead of this
(when I bring the task manager on windows), be something more useful like
All of these processes are summoned using subprocess.Popen in python 2.7.