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 648d5c956e
Use option text as title if no value is given
4 yıl önce
clintermission Use option text as title if no value is given 4 yıl önce
examples Add theme example 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