Why doesn't Python include non-blocking keyboard input function?

eryk sun eryksun at gmail.com
Wed Oct 26 23:45:50 EDT 2016


On Wed, Oct 26, 2016 at 11:39 AM, Dennis Lee Bieber
<wlfraed at ix.netcom.com> wrote:
> Curses .... tends to not be available on Windows as M$ hasn't implemented a
> compatible console driver.

The PDCurses library supports the Windows console. Christoph Gohlke
distributes a curses extension module based on it:

http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses



More information about the Python-list mailing list