PyInquirer icon indicating copy to clipboard operation
PyInquirer copied to clipboard

A Python module for common interactive command line user interfaces

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

Using the `default`-key causes an exception when used on a rawlist Consider the following code: ```python from PyInquirer import prompt, print_json answer = prompt([{ 'type': 'rawlist', 'name': "test-question", 'message': "Select...

Thank you for this! It's a lot of fun to work with! I tried creating a function for the message to return a string but functions for message doesn't seem...

It seems that the latest version on PyPi still depends on prompt_toolkit==1.0.14, whereas this repo seems to have moved to prompt_toolkit 3.0 on Jul 7 (which is great, since prompt_toolkit...

Added colors from the TODO list using _print_token_factory

I am trying to write some automated Tests Like the Tests in PyInquirer repo for my Tool but I am getting always Errors because of prompt-toolkit is in a different...

Hi, I fixed some of the examples AttributeError problem.

Hi, does a integration of JSON schema exists, where questions are automatically based on allowed field from a `jsonschema` file and thereby also automatically validated?

Hello, I didn't find a previous issue for the same problem. When I try to use as default a number, for example, 1234, in an input question I get an...

Hello, Not only clicking on a prompt option does not work https://github.com/CITGuru/PyInquirer/issues/41 But also I keep clicking on these by accident (when looking to focus on the terminal window). A...

Hi I'm using the prompt to get from the user his choice but sometimes the choices list is very large and moving only with the arrow keys is not comfterbale...