Help to find a library...

W

whamoo

Hello,

I'm looking for a library like ncurses, but that can be used also on
windows in a very simple way...

There is some library that do some like curses?

Thanks a lot
 
F

Fredrik Lundh

Thanks for this library, but i was looking for a cross-platform library,
i need it for linux, macosx, and also windows....

sorry, missed the "also". googling for "python curses windows" (without the
quotes) brings up a couple of hits, including:

http://flangy.com/dev/python/curses/

might or might not work with the latest python.

on the other hand, you could restrict yourself to using only a subset of curses,
and write some glue code to map the functions in that subset to console calls.
creating custom abstraction layers in Python is embarassingly easy...

</F>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,214
Messages
2,571,112
Members
47,705
Latest member
noname22

Latest Threads

Top