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

DricomDragon f50c2d7b05 Merge branch 'new-widget' %!s(int64=5) %!d(string=hai) anos
README.md 91891f0993 Basic installation process %!s(int64=5) %!d(string=hai) anos
checkbox.py 9748ce652f Boolean input %!s(int64=6) %!d(string=hai) anos
confirm.py 9748ce652f Boolean input %!s(int64=6) %!d(string=hai) anos
expand.py c6074cacc9 Add an example of expandable question %!s(int64=5) %!d(string=hai) anos
list_question_arrow.py 6966352929 List %!s(int64=6) %!d(string=hai) anos
list_question_number.py 6966352929 List %!s(int64=6) %!d(string=hai) anos
phone_number.py fff230cb7f Create widget to check phone number validity %!s(int64=5) %!d(string=hai) anos
serie_classic.py 46a9f76db1 Conditional display %!s(int64=6) %!d(string=hai) anos
text_question.py 16b23aa679 Simple widget kept %!s(int64=6) %!d(string=hai) anos
text_question_filtered.py b97c43a127 Simple integer filter %!s(int64=6) %!d(string=hai) anos
text_question_qmark.py 7b27b73890 Change qmark ? to >>> %!s(int64=6) %!d(string=hai) anos
text_question_validator.py 096ce181c5 Validation of field by regex %!s(int64=6) %!d(string=hai) anos

README.md

Py Inquirer try

Tiny examples of py inquirer.

Installation

Python 3

Mac OS

brew install python3

Linux (Debian)

sudo apt install python3

Pyinquirer

pip3 install pyinquirer