https://github.com/skywind3000/kanaquiz
Hiragana/Katakana Speed Reading Quiz in Command Line !! :sunglasses:
https://github.com/skywind3000/kanaquiz
Last synced: 12 months ago
JSON representation
Hiragana/Katakana Speed Reading Quiz in Command Line !! :sunglasses:
- Host: GitHub
- URL: https://github.com/skywind3000/kanaquiz
- Owner: skywind3000
- License: mit
- Created: 2019-09-16T09:56:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T14:20:51.000Z (over 1 year ago)
- Last Synced: 2025-07-07T07:43:29.454Z (12 months ago)
- Language: Python
- Homepage:
- Size: 65.4 KB
- Stars: 163
- Watchers: 4
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KanaQuiz
Can you name the Romaji (English syllable) that matches the Hiragana/Katakana character ?
## Requirements
- Python 3.5+
## Usage
```bash
usage python3 kanaquiz.py
operations:
python3 kanaquiz.py {-h} play hiragana only
python3 kanaquiz.py {-k} play katakana only
python3 kanaquiz.py {-a} play all kana quiz
python3 kanaquiz.py {-d} play dakuon quiz
python3 kanaquiz.py {-t} play trinity quiz
python3 kanaquiz.py {-l} list kanas with romaji
python3 kanaquiz.py {-o} list kanas only
python3 kanaquiz.py {-q} query performance history
```
## Tutorial
List all the hiragana/katakana characters and their romanized names:
```bash
python3 kanaquiz.py -l
```
Study/review kanas right inside your terminal:

When you are ready, take the hiragana quiz at first:
```bash
python3 kanaquiz.py -h
```
click enter to start the quiz:
```
[ よ ] (1/46)
? {cursor}
```
Read the kana character in the square brackets `[ ]` and input its romanized name after the question mark `?` then press Enter to continue.
example:

There will be a nice performance report after finished:

Figure out which kana got the slowest response time (you are least likely to remember) and take time to practice.
The history reports can always be queried by:
```bash
python3 kanaquiz.py -q
```
Check the hiragana/katakana chart at any time if you can't remember them by:
```bash
python3 kanaquiz.py -l
```
## Credit
- Twitter: [@skywind3000](https://twitter.com/skywind3000)