Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
correct

question: parish
choices: (0) 教区 (1) 普及
your answer: dont know
hey, input can be either 0 or 1
your answer: 1
wrong

question: attorney
choices: (0) 弁護士 (1) 教区
your answer: ^C
bye
```