2
0
Fork 0
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Ir para arquivo
Sebastian Lohff 0517b4d996
Return no selection if the user aborted selection
5 anos atrás
clintermission Return no selection if the user aborted selection 5 anos atrás
examples Add two simple examples 5 anos atrás
.gitignore Initial commit 5 anos atrás
LICENSE Initial commit 5 anos atrás
README.md Initial commit 5 anos atrás
requirements.txt Initial commit 5 anos atrás
setup.cfg Initial commit 5 anos atrás
setup.py Initial commit 5 anos atrás

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