consoles Modules

TwitterFacebook
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

http://docs.python.org/howto/curses.html

WConio -- Windows CONsole I/O for Python - Iceweasel

http://newcenturycomputers.net/projects/wconio.html Created 2/3/2001 by Chris Gonnerman chris.gonnerman@newcenturycomputers.net based on code by Daniel Guerrero Miralles This source code is public domain. This module is based heavily on the TCCONIO package; the notes from the top of the source are as follows: Old Turbo-C CONIO.H compatibility library for LCC-Win32 and GCC/EGCS Mingw32 compilers. Version 1.0 (September 1999). Created by Daniel Guerrero Miralles (daguer@geocities.com). This source code is public domain.
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> http://www.velocityreviews.com/forums/t340672-how-to-ncurses-on-win32-platform.html

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 http://newcenturycomputers.net/projects/anycons.html

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. http://invisible-island.net/ncurses/ncurses.faq.html
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.

Windows Console Driver

http://effbot.org/zone/console-index.htm#documentation