python suitable for character mode terminals on linux

A.M. Kuchling amk at amk.ca
Tue Oct 7 07:50:44 EDT 2003


On 7 Oct 2003 03:13:39 -0700, 
	Sanjay Minni <sminni_news at minisoftindia.com> wrote:
> Will python be a suitable front end in such an 
> environment (specially the Character mode CUI)
> at least then some of the knowledgebase can be 
> reused. 

Python includes a curses module that wraps most of the SYSV curses/ncurses 
interfaces (though certainly not all of them) so you could use that to
construct text-mode interfaces.

--amk




More information about the Python-list mailing list