Sujet : Re: Tools to help with text mode (i.e. non-GUI) input
De : learn2program (at) *nospam* gmail.com (Alan Gauld)
Groupes : comp.lang.pythonDate : 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 GAuthor of the Learn to Program web sitehttp://www.alan-g.me.uk/http://www.amazon.com/author/alan_gauldFollow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos