WaniKani command line interface


License
MIT
Install
pip install hebikani==1.8.1

Documentation

Coverage Documentation Status

HebiKani

This program is not an official WaniKani client. Use at your own risk.

A command line interface to do your WaniKani lessons and reviews.

https://raw.githubusercontent.com/ajite/hebikani/main/docs/source/_static/logo.png

Story written by OpenAI (text-davinci-002):
The snake had always been interested in learning Japanese, and so when it saw the Crabigator teaching the language, it decided to enroll in the class. The Crabigator was a great teacher, and the snake quickly learned the basics of the language. After a few months, the snake graduated from the class, and as a reward, the Crabigator gave it a magical stone that would allow it to transform into a half-crab, half-snake creature. The snake was thrilled, and immediately used the stone to transform. It then set out to teach Japanese to people all over the world, using its new form to make learning the language fun and easy.

DEMO

This is a preview of what a lesson session looks like:

CLI demo gif

INSTALL

pip install hebikani

Check the documentation to install audio libraries on OSX and Linux or if the japanese characters do not display on Windows.

RUN

Check the help:

hebikani --help

To display your review summary:

hebikani summary

To start a review session:

hebikani reviews

To start a review session in hard mode with audio and a limited number of reviews:

hebikani reviews --hard --autoplay --limit 10

DEVELOPMENT

This project uses Poetry.

poetry install

TEST

Run the test:

poetry run pytest