Skip to content

7thSamurai/Wanikani-Reading-Stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Wanikani Reading Statistics

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.

Requirements

  • Python 3
  • A Wanikani Account
  • A Wanikani API Token (No write privileges needed)

Usage

$ 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

About

A Wanikani Reading Statistics program

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages