Sebastian Lohff
45d3395642
add_header() does not necessarily add a header, it might be just text. |
||
---|---|---|
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