With the use of N5 Quizzler, you can learn the language in a fun and simple way
Learn with flashcards, quizzes, and practice with automated exercises!
- Launch server by running
app.py
- Open server at
127.0.0.1:5000
- To close the server, simply stop
app.py
- Card will reveal the translation after you click it
- If the word can be written with Kanji, it will be displayed below
- Quiz will be generated based on your selected options
- After clicking
Create
, it will save your quiz (& the answer key) in theexports/html
folder
- Translate the word and automatically get feedback if you were correct
- (Recommended) Install a Japanese keyboard on your PC, as of version
v2.0.1
there isn't any other option to type in Japanese
Use Python/CLI to run the script: python N5_CLI.py
To display the options use python N5_CLI.py -h
or python N5_CLI.py --help
- -n, --number Number of questions to generate (1-100)
- -m, --mode Set generation mode (0-3)
- 0 - Kana -> English
- 1 - English -> Kana
- 2 - Kanji -> Kana
- 3 - Kanji -> English
- -e, --export Export result in html file
- -oh, --only-hiragana Generate only hiragana words
- -d, --dark Result is customized with black background and white text (dark-mode)
python N5_CLI.py -n 5 -m 0 -oh
python N5_CLI.py --number 5 --mode 0 --only-hiragana
python N5_CLI.py -n 10 -m 1 -e
python N5_CLI.py -n 10 --mode 1 --export
[./N5-Quizzler]/exports/html
Results are saved in unique htmlexport_[file_id].html
files
To see the answers, find your document id and its htmlexport_[file_id]_AnswerKey.html