Metadata-Version: 2.1
Name: hebikani
Version: 1.6.2
Summary: WaniKani command line interface
Home-page: https://github.com/ajite/hebikani
License: MIT
Author: Augustin
Author-email: ajitekun@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: Pillow (>=9.1.0,<10.0.0)
Requires-Dist: PyGObject (>=3.42.1,<4.0.0); sys_platform == "linux"
Requires-Dist: ascii-magic (>=1.6,<2.0)
Requires-Dist: colorama (>=0.4.4,<0.5.0)
Requires-Dist: mutagen (>=1.45.1,<2.0.0); sys_platform == "win32"
Requires-Dist: playsound (==1.2.2)
Requires-Dist: pyobjc (>=8.5,<9.0); sys_platform == "darwin"
Requires-Dist: python-romkan-ng (>=0.3.0,<0.4.0)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Project-URL: Repository, https://github.com/ajite/hebikani
Description-Content-Type: text/x-rst

.. image:: https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/ajite/c90a126b4e926b94c07a36ac78e9a9ad/raw/hebikani_coverage.json
	:target: https://github.com/ajite/hebikani
	:alt: Coverage

.. image:: https://readthedocs.org/projects/hebikani/badge/?version=latest
	:target: https://hebikani.readthedocs.io/en/latest/?badge=latest
	:alt: 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.

.. image:: https://raw.githubusercontent.com/ajite/hebikani/main/docs/source/_static/logo.png
   :align: left
   :width: 300px

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:

.. figure:: https://raw.githubusercontent.com/ajite/hebikani/main/docs/source/_static/demo.gif
   :alt: CLI demo gif

INSTALL
-------

.. code-block:: bash

    pip install hebikani

Check the  `documentation <https://hebikani.readthedocs.io/en/latest/install.html>`_ to install audio libraries on OSX and Linux or if the japanese characters do not display on Windows.

RUN
---

Check the help:

.. code-block:: bash

    hebikani --help

To display your review summary:

.. code-block:: bash

    hebikani summary

To start a review session:

.. code-block:: bash

    hebikani reviews

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

.. code-block:: bash

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

DEVELOPMENT
-----------
This project uses `Poetry <https://python-poetry.org/docs/>`_.

.. code-block:: bash

    poetry install

TEST
----

Run the test:

.. code-block:: bash

    poetry run pytest

