I was wondering if there is a way to take input while the user is typing in python. I was planning to use this to make a sort of danger notes for Windows, but there is no way currently that I have found that allows the program to get the user input while the user is typing. To be more specific, I was hoping there is something I could do, to, get each key typed as the user types it, and does not have to press enter.
Asked
Active
Viewed 84 times
0
-
This is extremely vague. What exactly do you want the program to do? – NotAName Sep 30 '22 at 00:24
-
https://stackoverflow.com/questions/3523174/raw-input-without-pressing-enter – NotAName Sep 30 '22 at 00:47