Displaying the terminal in a tkinter GUI for Windows

223 Views Asked by At

I have been on a search for a way to embed/display the terminal output in a tkinter GUI, and the closest I have come to something that is I want to achieve is from the comments to the following question: 'xterm' is not recognized as an internal or external command, operable program or batch file

Here they mention that it is possible to embed the a terminal window that runs the same process on Windows, but sadly they stop there.

0

There are 0 best solutions below