New program: “Kanji”, a simple flashcard-like study program

Screenshot of "Kanji"

Last Saturday, I got up early and decided to whip up something quick yet useful. Roughly two hours later, I had released the first version of “Kanji”.

“Kanji” is a simple tool for reviewing Japanese characters or words. It reads in a UTF-8 encoded file and displays the entries within at random, showing a new entry every 30 seconds. It is intended to be run in “always on top” mode, in which case it can be used for passive studying of Japanese while working on other things.

This tool is minimalistic by design. There are no config files nor preferences. Everything is specified via the command line, after which, the program simply runs until closed.

As an example, the above screenshot was actually created via the following invocation (on Windows 7):

"Kanji," with corresponding command line.

The code is available on Github for those who wish to try it: https://github.com/Vultaire/flashcards

Update: A new “card flipping” feature has been added, and cards are now defined in CSV files with one line per card and one “side” per column. The program has also been renamed to “flashcards” to reflect its more general intended usage.

Leave a Reply

Your email address will not be published. Required fields are marked *