Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
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