Curses alternative for windows
The Windows version of Python doesn’t include the curses module.
A ported version called UniCurses is available. You could also
try the Console module written by Fredrik Lundh, which doesn’t
use the same API as curses but provides cursor-addressable text output
and full support for mouse and keyboard input.