Sebastian Lohff 237900e362 | ||
---|---|---|
clintermission | ||
examples | ||
.gitignore | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
setup.cfg | ||
setup.py |
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