how do I, crossplatform, open a new terminal window and control it? I want to be able to send text to the terminal, and recieve keyboard inputs, without needing to run in console mode, as this program will be running as a pyw and not py.
I havent tried anything yet, as i still am thinking about how i want to go about this.