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.
l...@metapensiero.it  |                 -- Fortunato Depero, 1929.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to