+ 1
How to enter input automatically in python?
I need to have a user press one key and it enter automatically. Is there a good library for this or if you have the code lmk
1 Antwort
+ 1
As far as i understand, you need a readkey functionality.
Try out msvcrt module and its getch method.