I'm trying to find a way to retrieve whatever is output to the Python shell so that I can then redirect it into a GUI.
All I need is a way to get the latest shell output, similar to the .get()
command for Tkinter.
I'm trying to find a way to retrieve whatever is output to the Python shell so that I can then redirect it into a GUI.
All I need is a way to get the latest shell output, similar to the .get()
command for Tkinter.