Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Go to file
Sebastian Lohff 9b833db364
Check type of options passed to __init__
4 år sedan
clintermission Check type of options passed to __init__ 4 år sedan
examples Add theme example 5 år sedan
.gitignore Initial commit 5 år sedan
LICENSE Initial commit 5 år sedan
README.md Initial commit 5 år sedan
requirements.txt Initial commit 5 år sedan
setup.cfg Initial commit 5 år sedan
setup.py Initial commit 5 år sedan

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