I have a simple PyQt5 GUI that takes input from the user. This input is then passed as an argument to a function in another imported Python module. This function prints status messages to the console when it is running. I'd like to capture or pipe these console messages to the calling GUI's text box but I am not sure how to do this. Can someone point me to some examples on how to do this?
Thanks, mn3