Hi Bytes Community!
I am using tkinter to create a GUI and was wondering how to make a "console" widget embedded in the GUI. Sort of like the python command line but inside the GUI
Thanks in advance!
Search Result
Collapse
2 results in 0.0037 seconds.
Keywords
Members
Tags
-
Console in Tkinter GUI
-
Tkinter program with a usable interpreter console
Hi everyone,
I have a question about Tkinter programs. What I want is a GUI window
along with an interpreter window, so that I can do things by clicking
on the GUI or typing commands in the interpreter console. For example,
I wish I can type in the console:
and my gui is modified for me.
The problem is that the Tkinter program ends with a .mainloop() call
and it is not going to...