Hacker News new | ask | show | jobs
by d4rkp4ttern 1087 days ago
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.