Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caarmen/flashcards
https://github.com/caarmen/flashcards
curses flashcards python
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/caarmen/flashcards
- Owner: caarmen
- License: mit
- Created: 2022-05-26T16:32:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-15T01:55:20.000Z (over 2 years ago)
- Last Synced: 2023-03-24T00:21:32.006Z (over 1 year ago)
- Topics: curses, flashcards, python
- Language: Python
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- 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
```