
consoles Modules
Get flash to fully experience Pearltrees
Abstract This document describes how to write text-mode programs with Python 2.x, using the curses extension module to control the display. What is curses? The curses library supplies a terminal-independent screen-painting and keyboard-handling facility for text-based terminals; such terminals include VT100s, the Linux console, and the simulated terminal provided by X11 programs such as xterm and rxvt. Display terminals support various control codes to perform common operations such as moving the cursor, scrolling the screen, and erasing areas. Different terminals use widely differing codes, and often have their own minor quirks.
Curses Programming with Python — Python v2.7.2 documentation - Iceweasel
WConio -- Windows CONsole I/O for Python - Iceweasel
On Mon, 24 Jan 2005 20:26:28 +0000 (UTC), Alan Gauld <> wrote: > On Mon, 24 Jan 2005 17:06:52 +0100, Brane <> wrote: >> please advice > > You can use ncurses via cygwin. > There are DOS ports too but I couldn't get any of them to > work on my XP box, YMMV... Or, as Alex Martelli wrote in "Python in a nutshell": "The curses package works only on Unix-like platforms (there are persis- tent rumors of Windows ports of it, but I've never found a working one)." /Jorgen -- // Jorgen Grahn <jgrahn@ Ph'nglui mglw'nafh Cthulhu \X/ algonet.se> R'lyeh wgah'nagl fhtagn! <p style="text-align:right;color:#A8A8A8"></p>
how to ncurses on win32 platform - Iceweasel
Copyright © 2002, Chris Gonnerman All Rights Reserved This package includes the package anycons, which implements a very simple screen I/O API for both Win32 and Unix. You need either a working curses installation or a working WConio installation for anycons to be useful. Other backends are certainly possible. Updates
anycons.py -- Simple Universal Console I/O - Iceweasel
NCURSES - Frequently Asked Questions (FAQ)
http://invisible-island.net/ ncurses/ Thomas E. Dickey $Date: 2013/03/28 23:43:16 $ Here is the latest version of this file.Updated 2007-05-09 : A new build for 2.5 is available , which fixes the event handler crashes under 2.5. Thanks to “H. Stelling”, “Michael K”, and the signature “K” for feedback.

