prompter
prompter copied to clipboard
Simple CUI input prompt for Python
Results
3
prompter issues
Sort by
recently updated
recently updated
newest added
BREAKING! Closes: #2 - feat: yes no will no return true for yes and false for no - feat: replaced noose with modern pytest Related: #4, #2
Some minor additions to the existing prompters such as forcing an input, plus two new prompters to obtain a file or a directory.
yesno() should probably have a default answer of None which would require an explicit 'yes' or 'no' response from the user.