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
FLASK_DEBUG: Flask server debug mode
LOCAL_DEPLOY: Allows saving quizzes automatically in current folder
- 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
- Translate the word and automatically get feedback if you were correct
- (Recommended) Install a Japanese keyboard on your PC, as of current version 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 results in pdf 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 -ohpython N5_CLI.py --number 5 --mode 0 --only-hiraganapython N5_CLI.py -n 10 -m 1 -epython N5_CLI.py -n 10 --mode 1 --export[./N5-Quizzler]/export/
Results are saved in unique file: Quiz-[file_id].pdf
To see the answers, find document: Quiz-[file_id]-answers.pdf







