blob: 15c6055d2b017f3e164cc972360a0703afbe366d (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Questionary is a Python library for effortlessly building pretty
command line interfaces
Questionary supports the following input prompts:
* Text
* Password
* File Path
* Confirmation
* Select
* Raw select
* Checkbox
* Autocomplete
|