Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #197211
| From | Lele Gaifax <lele@metapensiero.it> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Tools to help with text mode (i.e. non-GUI) input |
| Date | 2025-01-18 09:08 +0100 |
| Message-ID | <mailman.91.1737391273.2912.python-list@python.org> (permalink) |
| References | <87ldv8zgrf.fsf@metapensiero.it> |
Chris Green via Python-list <python-list@python.org> writes: > I'm looking for Python packages that can help with text mode input, > i.e. for use with non-GUI programs that one runs from the command > prompt in a terminal window running a bash shell or some such. I'd suggest giving a try to https://pypi.org/project/questionary/, seems very close to what you are looking for and very simple to drive. Another package is https://github.com/petereon/beaupy, that seems a good fit as well. ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. lele@metapensiero.it | -- Fortunato Depero, 1929.
Back to comp.lang.python | Previous | Next | Find similar
Re: Tools to help with text mode (i.e. non-GUI) input Lele Gaifax <lele@metapensiero.it> - 2025-01-18 09:08 +0100
csiph-web