I need to show some progress bar or something while spawning and running subprocess. How can I do that with python?
import subprocess cmd = [\'python\',\'w
As far as I see it all you need to do is put those reads in a loop with a delay and a print - does it have to be precisely a second or around about a second?