I am trying to get multiple characters input to be processed without enter being pressed.
I read some other post and the answer is msvcrt module which is not available for MAC. And Getch() function only takes one character at a time.
Any other module or solutions?