Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morinokami/flashcard
Very Simple Flashcard App
https://github.com/morinokami/flashcard
Last synced: about 1 month ago
JSON representation
Very Simple Flashcard App
- Host: GitHub
- URL: https://github.com/morinokami/flashcard
- Owner: morinokami
- Created: 2015-06-30T07:21:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-30T07:51:22.000Z (over 9 years ago)
- Last Synced: 2024-10-13T11:09:34.027Z (3 months ago)
- Language: Python
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Flashcard
=========Very simple flashcard app written in python.
## Usage
1. Prepare a csv file which consists of words and their meanings.
2. Run the app and answer questions until you get bored.## Example of use
```
$ python3 app.py
question: parish
choices: (0) 胞子 (1) 教区
your answer: 1
correctquestion: parish
choices: (0) 教区 (1) 普及
your answer: dont know
hey, input can be either 0 or 1
your answer: 1
wrongquestion: attorney
choices: (0) 弁護士 (1) 教区
your answer: ^C
bye
```