Kana provides a convenient way to practice reading Japanese Hiragana and Katakana in the terminal.
Kana can be compiled with the command g++ -std=c++11 kana.cpp -o kana.
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).
Kana is released under the GNU General Public License, version 3.0. For more informaion, please see COPYING.