user interface – Python Terminal/Text UI (TUI) library
user interface – Python Terminal/Text UI (TUI) library
There is some libraries for that:
- curses which is python frontend to ncurses (tutorial)
- urwid (tutorial)
- npyscreen
- python-prompt-toolkit
- curtsies
- asciimatics
- picotui
Try using the curses module.
Heres an introduction.