Python curses missing form library?
Alan Gauld
learn2program at gmail.com
Mon Apr 24 14:36:51 EDT 2023
More information about the Python-list mailing list
Mon Apr 24 14:36:51 EDT 2023
- Previous message (by thread): Python curses missing form library?
- Next message (by thread): Python curses missing form library?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 24/04/2023 17:26, Grant Edwards wrote: > Does the Python curses support in the standard library not include > support for the curses form library? It seems to include support for > the panel library, but I can't find any mention of the form library. I don't believe so. If you are building terminal based form-type apps the best bet seems to be urwid. I haven't used it in anger but the beginner docs I saw looked promising. -- Alan G Author of the Learn to Program web site http://www.alan-g.me.uk/ http://www.amazon.com/author/alan_gauld Follow my photo-blog on Flickr at: http://www.flickr.com/photos/alangauldphotos
- Previous message (by thread): Python curses missing form library?
- Next message (by thread): Python curses missing form library?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list