Examples of PyInquirer, a python CLI library https://pypi.org/project/PyInquirer/

DricomDragon b060828814 Add icon and license il y a 3 ans
LICENSE.txt b060828814 Add icon and license il y a 3 ans
README.md b060828814 Add icon and license il y a 3 ans
checkbox.py 9748ce652f Boolean input il y a 5 ans
confirm.py 9748ce652f Boolean input il y a 5 ans
expand.py c6074cacc9 Add an example of expandable question il y a 4 ans
icon.png b060828814 Add icon and license il y a 3 ans
list_question_arrow.py 6966352929 List il y a 5 ans
list_question_number.py 6966352929 List il y a 5 ans
phone_number.py fff230cb7f Create widget to check phone number validity il y a 4 ans
serie_classic.py 46a9f76db1 Conditional display il y a 5 ans
text_question.py 16b23aa679 Simple widget kept il y a 5 ans
text_question_filtered.py b97c43a127 Simple integer filter il y a 5 ans
text_question_qmark.py 7b27b73890 Change qmark ? to >>> il y a 5 ans
text_question_validator.py 096ce181c5 Validation of field by regex il y a 5 ans

README.md

Py Inquirer try

Tiny examples of py inquirer.

Py Inquirer Try logo

Installation

Python 3

Mac OS

brew install python3

Linux (Debian)

sudo apt install python3

Pyinquirer

pip3 install pyinquirer

License

GNU GPLv3, see LICENSE.txt.