Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Model Deck Generator

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.

Installation

  1. Clone the repository.
  2. Install the Python dependencies:
    pip install -r requirements.txt

Usage

Run the application:

python app.py

Open 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.

Example CSV

Front,Back
What is the capital of France?,Paris
What is 2+2?,4

About

Generate apkg file from csv formatted text (paste the csv formatted text into input box and script outputs an apkg file. Works great for allowing users to generate and add files to anki on mobile. Serves as a web app with GUI explaining requirements and allowing user to provide inputs.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages