RakibFiha / Daily-Random-Kanji

An Übersicht Widget for Mac - Displays a random Kanji everyday

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Daily Random Kanji

A widget made for Übersicht using CoffeeScript. Shows a new random Kanji on your desktop everyday including it's ID, meaning and reading. The Kanji list in kanji.txt was compiled from this Kanji List.

Customization

The range of Kanji displayed can be modified by altering the numeric value after "RANDOM" in the command line to the following values:

Grade Value
1 81
2 241
3 441
4 641
5 828
6 1009
S 2139

The current version lists ID, the kanji and it's meaning. The japanese reading can be added by adding a new div to both the render and update methods. Make sure the command is showing the correct file path, depending on how your files are arranged.

Support

About

An Übersicht Widget for Mac - Displays a random Kanji everyday

License:MIT License


Languages

Language:CoffeeScript 71.1%Language:Python 28.9%