**A simple flash card program created to scratch 3 needs I had. 1. Quickly, easily and customizably create my own Japanese flash cards to help me memorize vocab for JLTP N5. 2. Learn Python. 3. Learn Git.
Toward that end there are about 100 verbs and 100 adjectives that can be learnt from LangFlash.**
Make sure that you have a working Python >= 3.2
Then download the project:
$ git clone [email protected]:jhen095/LangFlash.git $ cd LangFlash
- Help with arguments::
- $ ./jap.py -h
Using various arguments you can specify: * What language you want to answer in. English, Japanese or both * Whether you want Japanese words to be in hiragana or romaji (some terminals cannot display unicode, i.e. Windows) * Whether you want questions to be about verbs, adjectives or both
When ready:
jap.py [-h] [-q {japanese,english,both}] [-hm {True,False}]
[-v {True,False}] [-a {True,False}]