hkeward / practice_japanese

Scripts to help practice Japanese characters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

practice_japanese

A simple flashcard program to help practice Japanese characters. Per-character statistics are collected and summarized.

Requirements

  • Python3.6+

Installation

python3 setup.py install --user

This will create a CLI called practice_japanese on your PATH.

Alternatively, install via pip:

python3 -m pip install practice_japanese

Usage

practice_japanese [--character-set CHARACTER_SET] [--statistics-file STATISTICS_FILE]

Characters from the selected character set will be displayed; the user is expected to enter the romaji for each character.

By default, the full character set will be used.

Press CTRL+C to exit; statistics for your slowest and least accurate characters (and the characters you commonly mix them up with) will be printed. These statistics are for your entire history of practicing, not the current session.

By default, character statistics will be saved to character_stats.json in your pwd. These statistics are updated each time you practice.

About

Scripts to help practice Japanese characters

License:GNU General Public License v2.0


Languages

Language:Python 92.8%Language:Makefile 7.2%