Tools to help with text mode (i.e. non-GUI) input
Grant Edwards
grant.b.edwards at gmail.com
Mon Jan 13 19:20:57 EST 2025
On 2025-01-13, Alan Gauld via Python-list <python-list at python.org> wrote:
> All of that is possible in curses, you just have to code it.
All of that is easy with curses in C. Unfortunately, the high level
"panel" and "menu" curses subystems that make it easy aren't included
in the Python curses API, so doing it in Pyhton is a _lot_ more work
than doing it in C.
I always like the Python API for the newt library (yonks ago it was
used for the Redhat installer), but haven't used it for years.
More information about the Python-list
mailing list