0

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.

  • Does this answer your question? [build cmd into Tkinter window](https://stackoverflow.com/questions/5999627/build-cmd-into-tkinter-window) – oskros Mar 14 '23 at 11:09
  • I wouldn't say so. It seems that the method provided there with the cmdtk, first of all is run in python2, and second of all does not appear to be completed work with the packages needed. It would seem that this is probably the closets I have come to an answer to the problem: [How to redirect print statements to Tkinter text widget](https://stackoverflow.com/questions/12351786) – Woodywoodleg Mar 15 '23 at 04:06
  • It's not specific and not clear. Do you want to render the standard output of the child process? Or do you want a terminal emulator like Putty? – relent95 Mar 20 '23 at 01:43

0 Answers0