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


-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to