You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Sebastian Lohff 0517b4d996
Return no selection if the user aborted selection
преди 5 години
clintermission Return no selection if the user aborted selection преди 5 години
examples Add two simple examples преди 5 години
.gitignore Initial commit преди 5 години
LICENSE Initial commit преди 5 години
README.md Initial commit преди 5 години
requirements.txt Initial commit преди 5 години
setup.cfg Initial commit преди 5 години
setup.py Initial commit преди 5 години

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