B
beginner
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
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 give back control to the command prompt. I feel
it is almost like I need to implement the python shell myself. Is
there any better way of doing this?
Thanks,
beginner
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
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 give back control to the command prompt. I feel
it is almost like I need to implement the python shell myself. Is
there any better way of doing this?
Thanks,
beginner