Curses Programming with Python
Up:
HOWTOs
Next:
Contents
Curses Programming with Python
Eric S. Raymond
esr@thyrsus.com
Abstract:
This document describes how to write text-mode programs with Python, using the curses extension module to control the display.
Contents
1 What is curses?
1.1 The Python curses module
2 Starting and ending a curses Application
3 Windows and Pads
4 Displaying Text
4.1 Attributes and Colour
5 User Input
6 For More Information
About this document ...
Curses Programming with Python
Up:
HOWTOs
Next:
Contents
Release 2.0.