Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
Go to file
Sebastian Lohff 0517b4d996
Return no selection if the user aborted selection
5 lat temu
clintermission Return no selection if the user aborted selection 5 lat temu
examples Add two simple examples 5 lat temu
.gitignore Initial commit 5 lat temu
LICENSE Initial commit 5 lat temu
README.md Initial commit 5 lat temu
requirements.txt Initial commit 5 lat temu
setup.cfg Initial commit 5 lat temu
setup.py Initial commit 5 lat temu

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