Last updated:
0 purchases
asker 0.1.7
Nice multiple choice selection and more!
See it at:
pypi
GitHub
VERSION
DOWNLOADS
TESTS
COVERAGE
Various ways to get user input from the command-line, including selecting
an item from a long list of choices by typing to filter.
Quick Start
from asker import ask
best_choice = ask('Which one? ', choices=choices, labels=labels)
License
Copyright (c) 2016 K.C.Saff (@kcsaff)
Licensed under the MIT license.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.