Text Widget toolkit

Thys Meintjes thys at netsys.co.za
Wed Jun 20 04:31:25 EDT 2001


curses
>>> from curses import *
>>> dir()
['ALL_MOUSE_EVENTS', 'A_ALTCHARSET', 'A_ATTRIBUTES', 'A_BLINK', 'A_BOLD', 
etc.

If you've worked with curses/ncurses before you should be on your way. The 
python src's /demo dir has a few curses examples.

On Sat 16 Jun 01 07:45, proxy wrote:
> Hi!
>
> I am looking at a text widget toolkit for use in console applications.
> I took a look at the anaconda sources which revealed that they were using
> snack as their toolkit. Snack as I am told is a wrapper around Newt. Now
> Newt had been considered an "unstable" interface by some folks.
>
> My question is : What are the various python text based toolkits available?
>
> TIA,
>  Sandip




More information about the Python-list mailing list