/Kana

A convenient program for practicing reading Japanese Hiragana and Katakana in the terminal.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Kana

Kana provides a convenient way to practice reading Japanese Hiragana and Katakana in the terminal.

Compilation

Kana can be compiled with the command g++ -std=c++11 kana.cpp -o kana.

Usage

Simply run ./kana after compilation to begin practicing. Answers to the prompts can optionally be provided on the command line for easier repetition (e.g. ./kana h n 10).

License

Kana is released under the GNU General Public License, version 3.0. For more informaion, please see COPYING.