diff options
| author | Steven Voges <svoges.sbo@gmail.com> | 2022-09-08 08:11:43 +0100 |
|---|---|---|
| committer | Dave Woodfall <dave@slackbuilds.org> | 2022-09-08 08:11:43 +0100 |
| commit | 49a82ac149792bd38801e17ac549928d4376c7e9 (patch) | |
| tree | 3ca24ecd74ecde9e4aea074c7261e7dc740870a4 /python/python3-questionary/README | |
| parent | 2b4673188b7e9bc3f2844b847388c5be1693e6be (diff) | |
python/python3-questionary: Added (Pretty CLI Interface)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'python/python3-questionary/README')
| -rw-r--r-- | python/python3-questionary/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/python/python3-questionary/README b/python/python3-questionary/README new file mode 100644 index 0000000000..15c6055d2b --- /dev/null +++ b/python/python3-questionary/README @@ -0,0 +1,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 |
