|
|
||
|---|---|---|
| anki_generator | ||
| tests | ||
| .env.example | ||
| .gitignore | ||
| .python-version | ||
| Makefile | ||
| README.md | ||
| back.png | ||
| front.png | ||
| pyproject.toml | ||
| uv.lock | ||
README.md
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.exampleto.envand 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.

