0

I have created a GUI for my selenium web automation tool.

Now the only thing I can not figure out is how I could get my console output shown in a text widget in my tkinter GUi.

Is there a way I could redirect all console output?

I am very new to python and programming at all.

exec85
  • 447
  • 1
  • 5
  • 21
  • You need to redirect stdout: https://www.blog.pythonlibrary.org/2016/06/16/python-101-redirecting-stdout/ – Mike67 Sep 04 '20 at 21:33
  • Looked into it. But can't find a solution to carry over to tkinter text widget. – exec85 Sep 06 '20 at 20:04
  • Answer found here: https://stackoverflow.com/questions/12351786/how-to-redirect-print-statements-to-tkinter-text-widget?rq=1 Answer from user Yuukio (Method1) – exec85 Sep 07 '20 at 08:21

0 Answers0