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.