Nice multiple choice selection and more!
See it at:
| 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.
from asker import ask
best_choice = ask('Which one? ', choices=choices, labels=labels)Copyright (c) 2016 K.C.Saff (@kcsaff)
Licensed under the MIT license.

