No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Ir al archivo
Sebastian Lohff 0517b4d996
Return no selection if the user aborted selection
hace 5 años
clintermission Return no selection if the user aborted selection hace 5 años
examples Add two simple examples hace 5 años
.gitignore Initial commit hace 5 años
LICENSE Initial commit hace 5 años
README.md Initial commit hace 5 años
requirements.txt Initial commit hace 5 años
setup.cfg Initial commit hace 5 años
setup.py Initial commit hace 5 años

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