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 648d5c956e
Use option text as title if no value is given
преди 4 години
clintermission Use option text as title if no value is given преди 4 години
examples Add theme example преди 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