curses

curses

The main package for curses support for Python. Normally used by importing the package, and perhaps a particular module inside it.

import curses from curses import textpad curses.initscr() ...

Exceptions

error