I am trying to develop a "console" in pyqt. Similar to xterm.js where all the console is, is front end it does not spawn any sub-processes its just an I/O for me to plug in whatever I want to at a later date. are there any existing python packages or simple widgets I can use that would allow me to put a terminal like interface within my pyqt application? its a client server application so the terminal is used to send commands to the backend server and retrieve output as if it were a bash shell (for example) Continue reading...