flashcard#
Used for getting user input inside the terminal.
- libjam.flashcard.ask(prompt: str, prompt_style: callable = None) bool#
Asks the user a yes/no question.
- libjam.flashcard.select(prompt: str, items: list[str], prompt_style: callable = '\x1b[1m') str#
Asks the user to select one item from a list.