Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #197174
| From | Grant Edwards <grant.b.edwards@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Tools to help with text mode (i.e. non-GUI) input |
| Date | 2025-01-13 19:20 -0500 |
| Message-ID | <mailman.69.1736814058.2912.python-list@python.org> (permalink) |
| References | <2113dab2-59ba-408e-b34a-78722d525f8c@yahoo.co.uk> <3ab7002b-689d-4609-96d7-bb388513f227@yahoo.co.uk> <4YX8tK2xv4znb1c@mail.python.org> |
On 2025-01-13, Alan Gauld via Python-list <python-list@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.
Back to comp.lang.python | Previous | Next | Find similar
Re: Tools to help with text mode (i.e. non-GUI) input Grant Edwards <grant.b.edwards@gmail.com> - 2025-01-13 19:20 -0500
csiph-web