A Go CLI tool to fetch and download grammar flashcards for a specified JLPT level (N1 ~ N5) from JLPT Sensei.
- CLI Interface: Choose the JLPT level with a flag (
--level n3
, etc.) - Support Pagination: Crawls all grammar pages for the chosen level
- Image Download: Downloads grammar flashcard
- Progress Bar: Show progress of downloads in the terminal
go build -o jlpt
# Use any JLPT level are supported
./jlpt grammar --level=n5
Downloaded flashcard will be saved in the images/
folder