Good day! Please tell me how in the console, when using python, to make unbuffered input. Maybe there is a library for python type ncurses.h (used in C)?
- And what input () do not like? - gil9red
- I need no buffered input, such as getch () in C. And input () is waiting to press Enter after typing. - Vetal
- 2docs.python.org/3/howto/curses.html - ReinRaus
- similar question: Python read jfs
|