PDA

View Full Version : Text "GUI"


darelf
10-08-2002, 12:59 PM
Tell me there is some decent way to create nice-looking (a la curses) text screens that work cross-platform between Windows and Linux....

Help.

inkedmn
10-08-2002, 01:05 PM
i seem to remember some of us toying with this same notion awhile back, but i don't think anything ever came of it...

Strike
10-08-2002, 04:40 PM
Cross-platform? No, not that I know of. But there is a (n)curses module for Python out there.

darelf
10-09-2002, 11:03 AM
Yeah, curses is cool, and works great on Linux but no such module in Windows.

Oh well.

kmj
10-09-2002, 11:07 AM
You could write a wrapper module around ANSI escape codes, no?