Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
Go to file
Sebastian Lohff 9b833db364
Check type of options passed to __init__
4 lat temu
clintermission Check type of options passed to __init__ 4 lat temu
examples Add theme example 5 lat temu
.gitignore Initial commit 5 lat temu
LICENSE Initial commit 5 lat temu
README.md Initial commit 5 lat temu
requirements.txt Initial commit 5 lat temu
setup.cfg Initial commit 5 lat temu
setup.py Initial commit 5 lat temu

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