Go to file
Sebastian Lohff f20b5eac89 Add more examples 2020-08-16 14:24:47 +02:00
clintermission Check type of options passed to __init__ 2020-08-05 03:09:24 +02:00
examples Add more examples 2020-08-16 14:24:47 +02:00
.gitignore Initial commit 2019-01-31 23:58:29 +01:00
LICENSE Initial commit 2019-01-31 23:58:29 +01:00
README.md Initial commit 2019-01-31 23:58:29 +01:00
requirements.txt Initial commit 2019-01-31 23:58:29 +01:00
setup.cfg Initial commit 2019-01-31 23:58:29 +01:00
setup.py Initial commit 2019-01-31 23:58:29 +01:00

README.md

CLI-Intermission

Tool to easily ask your user questions on the commandline. Interactive! ...by abusing python prompt-toolkit's Buffer class.

Highly inspired by go promptui