Simple Wanikani kanji reading statistics program in Python 3. It takes an input text file and tells you what percent of the kanji in it you will know how to read on each level of Wanikani. Uses the Wanikani Version 2 API.
- Python 3
- A Wanikani Account
- A Wanikani API Token (No write privileges needed)
$ python3 main.py <Path to Text File> <API Key>
or
$ chmod +x main.py
$ ./main.py <Path to Text File> <API Key>
Licensed under the MIT License. Copyright © 2021 by Zach Collins