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

DricomDragon 91891f0993 Basic installation process 5 年 前
README.md 91891f0993 Basic installation process 5 年 前
checkbox.py 9748ce652f Boolean input 6 年 前
confirm.py 9748ce652f Boolean input 6 年 前
list_question_arrow.py 6966352929 List 6 年 前
list_question_number.py 6966352929 List 6 年 前
serie_classic.py 46a9f76db1 Conditional display 6 年 前
text_question.py 16b23aa679 Simple widget kept 6 年 前
text_question_filtered.py b97c43a127 Simple integer filter 6 年 前
text_question_qmark.py 7b27b73890 Change qmark ? to >>> 6 年 前
text_question_validator.py 096ce181c5 Validation of field by regex 6 年 前

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