PyInquirer icon indicating copy to clipboard operation
PyInquirer copied to clipboard

A Python module for common interactive command line user interfaces

Results 111 PyInquirer issues
Sort by recently updated
recently updated
newest added

The regex package is only used in the /tests/ and /examples/ directories, not the actual package source directory pyinquirer/pyinquirer. However, it's called out in setup.py because it managed to sneak...

I suppose this could be just a change to the readme to correctly describe the default behavior, but there is currently no way that I can find to make `help`...

This maybe is kind of the same question as #22 I would like to have like ``` questions = [ { 'type': 'list', 'name': 'project', 'message': 'QUESTION A', 'choices': ['A',...

In the Pizza example, it makes sense to update the message with something like the cost. The questions array basically needs message_update function similar to the validate function and this...

I am trying to address a use-case where let's say I have a checkbox with 5 options. If I select option 1 then options 2 through 5 should be disabled....

Thank you for this wonderful library. Was wondering if there is a way to paginate a long list of options? Alternatively, is there a way to have the list of...

To be able to easily tell which values are chosen under which subsection, it makes sense to add this feature.

Thanks for the great project now I am using it to create something cool ... And now I am facing a problem that I can not seem to find a...

Hi there, thanks for the awesome library! 1. Is there an option to wait for user input for confirm type like most CLI applications? So, I would like to choose...

I started using this library for an internal project at work (a cli to generate python code base). below a list of features I could add it here: - Add...