738 B
738 B
Anki Flashcard Generator
A Python tool to automatically generate Anki flashcards for language learning.
Features
- Generates vocabulary cards with examples and translations
- Includes relevant images from Unsplash
- Customizable card templates
Setup
-
Install uv (if not already installed):
brew install uv
-
Clone the repository
-
Set up development environment:
make dev
-
Copy
.env.example
to.env
and add your API keys:cp .env.example .env
Usage
uv run -m anki_generator --input words.csv --output deck.apkg
Enabling TTS
See Anki Manual.