The official doc proposes the following (here at the bottom of the paragraph):
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.