Export your Anki *.apkg to Python. Read Anki *.apkg in Python.
from anki_export import ApkgReader
import pyexcel_xlsxwx
with ApkgReader('test.apkg') as apkg:
pyexcel_xlsxwx.save_data('test.xlsx', apkg.export(), config={'format': None})
See real running example at /__extras__/blank-install/to-xlsx.py
.
$ pip install anki-export
- *.apkg is quite well structured, convincing me to use this format more.
- Allow you to use *.apkg programmatically in Python.
- Might be less buggy than https://github.com/patarapolw/AnkiTools
- srs-sqlite - A simple SRS app using Markdown/HandsOnTable/SQLite
- jupyter-flashcards - Excel-powered. Editable in Excel. SRS-enabled.
- gflashcards - A simple app to make formatted flashcards from Google Sheets. SRS-not-yet-enabled.
- HanziLevelUp - A Hanzi learning suite, with levels based on Hanzi Level Project, aka. another attempt to clone WaniKani.com for Chinese. SRS-enabled.