Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Go to file
Sebastian Lohff ec07ebe536
Sort imports
5 роки тому
clintermission Sort imports 5 роки тому
examples Add two simple examples 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