robot_fingers.curses module¶
Tools for creating simple curses interfaces.
- class robot_fingers.curses.SimpleCursesGUI(win, title, status_line=None)[source]¶
Bases:
object
Wrapper around curses to manage simple generic GUIs.
A very simple curses interface with a title at the top, a static status line at the bottom and some arbitrary text in between that can be updated.