Python Forum
[Tkinter] Logs and terminal in Tkinter - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: [Tkinter] Logs and terminal in Tkinter (/thread-28619.html)



Logs and terminal in Tkinter - Prezess - Jul-26-2020

I want to add an event log to my program or make redirect from gui to terminal.
How to do that???


RE: Logs and terminal in Tkinter - Larz60+ - Jul-26-2020

standard logging: https://docs.python.org/3/howto/logging.html
you can add an event by binding a widget, or process.
Hard to say where or which one without showing your code, but read: https://anzeljg.github.io/rin2/book2/2405/docs/tkinter/event-sequences.html