This Flask application converts CSV text into an Anki .apkg deck. Each row of your CSV becomes a flashcard with the headers Front and Back.
- Clone the repository.
- Install the Python dependencies:
pip install -r requirements.txt
Run the application:
python app.pyOpen http://localhost:5000 in your browser. Provide a deck name, paste your CSV data, choose the delimiter character, and click Generate Deck to download the resulting .apkg file.
Front,Back
What is the capital of France?,Paris
What is 2+2?,4