Hi there,
So I was making a test gui (PyQt5) that could read text from a command and then show it on the gui.
However, for some reason, it keeps showing this random b", \n and \r:
I have tried using the readLine().decode('utf-8'), but everytime i do that it crashes. Plus, when i implement a...