Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #197192
| From | Alan Gauld <learn2program@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Tools to help with text mode (i.e. non-GUI) input |
| Date | 2025-01-16 01:06 +0000 |
| Message-ID | <mailman.81.1736989570.2912.python-list@python.org> (permalink) |
| References | (3 earlier) <0c3821d3-78c1-45c0-81da-81f9fb4c4f02@yahoo.co.uk> <mailman.70.1736844978.2912.python-list@python.org> <lhmh5l-rhnv.ln1@q957.zbmc.eu> <4YXnZ9475vznWGk@mail.python.org> <18c5dc35-ea6a-4611-b331-be97e924b322@yahoo.co.uk> |
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
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar
Re: Tools to help with text mode (i.e. non-GUI) input Alan Gauld <learn2program@gmail.com> - 2025-01-14 08:56 +0000
Re: Tools to help with text mode (i.e. non-GUI) input Chris Green <cl@isbd.net> - 2025-01-14 09:15 +0000
Re: Tools to help with text mode (i.e. non-GUI) input Grant Edwards <grant.b.edwards@gmail.com> - 2025-01-14 19:54 -0500
Re: Tools to help with text mode (i.e. non-GUI) input Alan Gauld <learn2program@gmail.com> - 2025-01-16 01:06 +0000
csiph-web