From 49a82ac149792bd38801e17ac549928d4376c7e9 Mon Sep 17 00:00:00 2001 From: Steven Voges Date: Thu, 8 Sep 2022 08:11:43 +0100 Subject: python/python3-questionary: Added (Pretty CLI Interface) Signed-off-by: Dave Woodfall --- python/python3-questionary/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 python/python3-questionary/README (limited to 'python/python3-questionary/README') 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 -- cgit v1.2.3