Re: Tools to help with text mode (i.e. non-GUI) input

Liste des GroupesRevenir à cl python 
Sujet : Re: Tools to help with text mode (i.e. non-GUI) input
De : learn2program (at) *nospam* gmail.com (Alan Gauld)
Groupes : comp.lang.python
Date : 14. Jan 2025, 09:56:14
Autres entêtes
Message-ID : <mailman.70.1736844978.2912.python-list@python.org>
References : 1 2 3 4
User-Agent : Mozilla Thunderbird
On 14/01/2025 00:20, Grant Edwards via Python-list wrote:
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,

panel is included. Just import curses.panel.

menu unfortunately isn't but it's not difficult to roll
your own by creating a window with a list of options, provided
you don't try to get too fancy(submenus etc).

--
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



Date Sujet#  Auteur
14 Jan 25 * Re: Tools to help with text mode (i.e. non-GUI) input5Alan Gauld
14 Jan 25 `* Re: Tools to help with text mode (i.e. non-GUI) input4Chris Green
14 Jan 25  +- Re: Tools to help with text mode (i.e. non-GUI) input1Stefan Ram
15 Jan 25  +- Re: Tools to help with text mode (i.e. non-GUI) input1Grant Edwards
16 Jan 25  `- Re: Tools to help with text mode (i.e. non-GUI) input1Alan Gauld

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal