25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Dosyaya git
Sebastian Lohff 237900e362
Broken search
5 yıl önce
clintermission Broken search 5 yıl önce
examples Add two simple examples 5 yıl önce
.gitignore Initial commit 5 yıl önce
LICENSE Initial commit 5 yıl önce
README.md Initial commit 5 yıl önce
requirements.txt Initial commit 5 yıl önce
setup.cfg Initial commit 5 yıl önce
setup.py Initial commit 5 yıl önce

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