a portable text user interface ?

Fredrik Lundh fredrik at pythonware.com
Sat Feb 9 19:37:11 EST 2002


"ameoba" <ahmebah at hotmail.com> wrote:
> Actually, there's a handful of win32 calls that would handle this
> relatively simply; less than a page worth of code (well, until you
> range/error checking and a Python interface).

http://effbot.org/efflib/console/index.htm

about a 1000 lines, but that includes quite a few bells and
whistles.

the api is relatively clean; writing a curses implementation
should be trivial (did most of that once, but lost the code).

</F>





More information about the Python-list mailing list