Search Result

Collapse
2 results in 0.0037 seconds.
Keywords
Members
Tags
tkinter console
  •  

  • 360monkey
    started a topic Console in Tkinter GUI

    Console in Tkinter GUI

    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!
    See more | Go to post

  • beginner
    Guest started a topic Tkinter program with a usable interpreter console

    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...
    See more | Go to post
Working...