Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/caarmen/flashcards


https://github.com/caarmen/flashcards

curses flashcards python

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# Flashcards game

[](https://github.com/caarmen/flashcards/blob/main/LICENSE.txt)
[](https://github.com/caarmen/flashcards/actions?query=workflow%3A%22Run+tests%22++)

Reads a CSV file of key/values and quizzes the user, providing the
keys and prompting the user to guess the values.

```commandline
% python -m flashcards --help
usage: flashcards [-h] [--ui [{text,curses}]] flashcards_csv_file

Flashcards game

positional arguments:
flashcards_csv_file Path to flashcards csv file

options:
-h, --help show this help message and exit
--ui [{text,curses}] Ui type. Default is curses
```