Anyone using Curses with Python on NT?

Fredrik Lundh effbot at telia.com
Sun Mar 12 11:05:37 EST 2000


Michael Appelmans <mappel at 123ibm.net> wrote:
> I have a project that requires text mode screens for telnet application. I
> thought of doing it in Python to make it interesting but the console mode
> would require some form curses library.

here's a small library which implements a thin layer on
top of Windows' console API:

    http://w1.132.telia.com/~u13208596/console.htm

</F>





More information about the Python-list mailing list