vote up 0 vote down star
1

While Python's standard library has a module for curses, that seems to require a lot of fairly low-level handling.

Is there a simpler way to get started with writing a basic curses UI which includes standard elements like checkboxes, input fields etc.?

I've found urwid, but not sure whether that's the state of the art.

flag

73% accept rate

2 Answers

vote up 1 vote down check

pycdk is a Python interface to the CDK ncurses widget library, which is pretty high-level. Might do what you want.

link|flag
That looks useful - will start playing with it, thanks! – AnC Sep 17 at 9:10
vote up 2 vote down

Also check out Urwid:

http://excess.org/urwid/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.