Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 536 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 536 Bytes

Apkg to Csv

Converts .apkg Anki deck SRS file to .csv

Requirements

  • Python 3

Installation

Usage

  • export Deck in Anki (for older versions, click Support older Anki versions)
  • copy .apkg file to project's root and run
python src/run.py {filename}.apkg

it will output {filename}.apkg.csv

Tests

python -m unittest tests.TestFile

Contributions

Contributions are welcome and will be fully credited.

License

This project is open-sourced software licensed under the MIT license.