Python Forum

Full Version: Logs and terminal in Tkinter
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to add an event log to my program or make redirect from gui to terminal.
How to do that???
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/240...ences.html