I'm using Python to create a simple program to trick my brother.
The idea of my program is to read any key input that he writes and output another one. For example, I press 's' letter and it outputs 'o'.
I do have the character converter working, however I now need to catch the key pressed and instantaneously return the new key to the screen.
How can I achieve this? Thank you very much for your time