Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Přejít na soubor
Sebastian Lohff 648d5c956e
Use option text as title if no value is given
před 4 roky
clintermission Use option text as title if no value is given před 4 roky
examples Add theme example před 5 roky
.gitignore Initial commit před 5 roky
LICENSE Initial commit před 5 roky
README.md Initial commit před 5 roky
requirements.txt Initial commit před 5 roky
setup.cfg Initial commit před 5 roky
setup.py Initial commit před 5 roky

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