Why doesn't Python include non-blocking keyboard input function?
eryk sun
eryksun at gmail.com
Wed Oct 26 23:45:50 EDT 2016
More information about the Python-list mailing list
Wed Oct 26 23:45:50 EDT 2016
- Previous message (by thread): Why doesn't Python include non-blocking keyboard input function?
- Next message (by thread): Sphinx + autodoc + apidoc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Why doesn't Python include non-blocking keyboard input function?
- Next message (by thread): Sphinx + autodoc + apidoc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list