/asker

Nice cli multiple choice selection and more!

Primary LanguagePythonMIT LicenseMIT

Nice multiple choice selection and more!

See it at:

VERSION DOWNLOADS TESTS COVERAGE
Latest PyPI version Number of PyPI downloads Travis results Coveralls results_

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.