Hacker News new | ask | show | jobs
by VectorLock 1089 days ago
Is it weird I'm kind of more interested in this included "go_questionary" library?
2 comments

Actually I was also recently looking for a good Python library to make nice terminal UIs , for example to present a list of choices and let user use arrow keys or integers to select options, and ran into Questionary (Python version). A similar interface is used by the excellent “gh” (GitHub) cli tool, not sure which library they use (and may not even be a Python lib)

Do folks recommend Questionary as a good Python command line UI tool? I really like Rich but it goes not have this type of selection UI.

haha. It's a great Open source project!