docs.rs failed to build kana-trainer-1.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
kana-trainer
Trainer for the hiragana and katakana alphabets, on desktop, tablet and phone. Built with Tauri 2 and Svelte 5, in cream paper and black ink.
Features
- Hiragana, katakana or both, in either direction, from single characters up to all 104 including the dakuon, handakuon and yoon rows
- Three question formats (text to text, audio to text, text to audio) and answers by multiple choice or typing
- Runs of 10 to 500 questions or one pass over the set, at three difficulty levels that decide how look alike the wrong answers are
- Optional time trial, per question and for the whole run
- Chart view of every character grouped by sound type and row, tap a tile to hear it
- Score reports saved on disk and exportable as JSON, with charts of what you keep missing and one click to practice it again
- Responsive interface, the same app on a wide screen and on a phone
Installing
Manually
https://arsalan-anwari.github.io/kana-trainer/
Or run exe/dmg package with your OS package installer.
From crates.io
Keyboard Shortcuts
1to4picks an answer in multiple choiceEntersubmits a typed answer, submits the picked sound in text to audio, and moves on after feedbackrreplays the sound in audio questionsEscapeleaves the run
Credits
- Character sounds from veardk/just-gojuon (MIT), pitch and loudness normalised with
scripts/normalize-audio.py