Textualize / rich

Rich is a Python library for rich text and beautiful formatting in the terminal.
https://rich.readthedocs.io/en/latest/
MIT License
48.87k stars 1.71k forks source link

[REQUEST] Enhanced rich prompts #498

Closed piyush-das closed 3 years ago

piyush-das commented 3 years ago

Hi,

Although this feature request in itself is debatable as being a standalone use case in itself. But given that rich is one of the most standout libraries for python, here's a long shot :smile: .

I think it would be great if rich prompt can be enhanced to support advanced user inputs, something like enquirer in js. Although there are python libraries which currently try to cater to this request e.g bulltet, these libraries are very limited in being customizable or compatibility with jupyter notebooks etc. Since rich already has a great prompt, I was wondering if it could be extended to offer more enhanced features.

Thanks again for the great work.

willmcgugan commented 3 years ago

There's also https://github.com/CITGuru/PyInquirer

This is an often asked for feature. It may happen, but no promises...