how to ask user input a string with a timeout embeded in python on windows machine?

Posted by 5YrsLaterDBA on Stack Overflow See other posts from Stack Overflow or by 5YrsLaterDBA
Published on 2010-03-31T15:21:15Z Indexed on 2010/03/31 15:23 UTC
Read the original article Hit count: 209

Filed under:

want to ask user to input something but not want to wait forever. There is a solution for Linux, http://stackoverflow.com/questions/1335507/keyboard-input-with-timeout-in-python, but I am in windows environment. anybody can help me?

© Stack Overflow or respective owner

Related posts about python