A simple CLI based application aimed towards helping foreign students using the Genki book series learn the Japanese language (full book or lesson by lesson review).
Please note that the following software has been built in the middle of my study abroad program at Nagoya University of Foreign Studies as a practicing tool. The amount of verbs were getting a bit out of hand so I wanted something that could help me memorise them. At the moment it is still incomplete, and a lot of things are still missing. However, I would like to further work on it as soon as I have the will and motivation to continue my Japanese language studies.
- Python
- Genki book series (I and II)
$PROJECT_ROOT
│ # Images
├── images
│ # Text data
├── data
│ # Key scripts
└── ...
- CLI based version
- Data from .txt files
- Added basic input validation checks for .txt version
- Added feature: a verb won't be asked twice in the same quiz session
- Include data from Genki I
- Create single main data (full book review)
- Create lessons data (single lesson review)
- Include verbs
- Include adjectives
- Include nouns
- Create a GUI
- Improve data extraction process (e.g., stop using .txt files)
- Include data from Genki II
- Perform code refactoring
MIT