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 9b833db364
Check type of options passed to __init__
4 yıl önce
clintermission Check type of options passed to __init__ 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