pytimedinput
pytimedinput copied to clipboard
Query a user for input with a timeout.
Add pollRate argument to all pytimedinput functions, as well as extending docs. Should not change behaviour for people already using the library.
Hi, I added a ctrl-d handling in the __timedInput function. I expect that the timedInput will raise an EOFError when ctrl-d is pressed. Do you think this makes sense? Best...
When I use this on my mac in terminal/bash works, but in jupyter notebook same code ask for input and then nothing. Both using Python 3
… loop. This results in a very small input delay that is not recognizable.
Add a new parameter in the "timedKey" and "_timedInput" functions called "toprint" of boolean type to pass the "if" that is in every print there is, making the print optional....