anki-generator/README.md

728 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

  1. Install uv (if not already installed):

    brew install uv
    
  2. Clone the repository

  3. Set up development environment:

    make dev
    
  4. 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

To do

  • Add error logging
  • Fix image rendering
  • If word already exists, do not recreate cards