https://github.com/caarmen/flashcards
https://github.com/caarmen/flashcards
curses flashcards python
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/caarmen/flashcards
- Owner: caarmen
- License: mit
- Created: 2022-05-26T16:32:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-24T16:00:58.000Z (about 2 years ago)
- Last Synced: 2025-02-08T12:31:07.663Z (5 months ago)
- Topics: curses, flashcards, python
- Language: Python
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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_fileFlashcards game
positional arguments:
flashcards_csv_file Path to flashcards csv fileoptions:
-h, --help show this help message and exit
--ui [{text,curses}] Ui type. Default is curses
```