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 : 16. Jan 2025, 02:06:07
Autres entêtes
Message-ID : <mailman.81.1736989570.2912.python-list@python.org>
References : 1 2 3 4 5 6 7 8
User-Agent : Mozilla Thunderbird
On 15/01/2025 00:54, Grant Edwards via Python-list wrote:

are your friend. If that's not sophisticated enough the gnu "readline"
library with a simple command processor is a common next step.

On that front the cmd module in Python is often overlooked
but is useful for structuring a non-GUI-like text UI.

It doesn't support mouse or screen mapping or colours etc.
But if all you want/need is a pdb type interface it works well.

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