Pass Subprocess Output to GUI Live
I have a python program that wraps another program I’m running with subprocess.run(). The program has a great console output that I’d like to show in the GUI,
I have a python program that wraps another program I’m running with subprocess.run(). The program has a great console output that I’d like to show in the GUI,