This is a simple program to review the Heisig Kanji book. The review mechanism is from Kanji to Keyword. For the reverse, you can use an Anki Deck.
- Install Python3
- Install the required packages
pip install -r requirements.txt
- Run the program
python3 main.py
- Input the range of the Kanji you want to review(i.e. 1-100).
- Click Next to show the meaning of the Kanji. Click Next again to show the next Kanji
You can also use the CLI mode by running the review_kanji.py
file instead
python3 review_kanji.py
Thanks to https://github.com/sdcr/heisig-kanjis/tree/master for the CSV file.