Skip to content

Export your Anki *.apkg to Python. Read Anki *.apkg in Python.

License

Notifications You must be signed in to change notification settings

patarapolw/anki-export

Repository files navigation

anki-export

Github Actions PyPI version shields.io PyPI license PyPI pyversions

Export your Anki *.apkg to Python. Read Anki *.apkg in Python.

Example

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.

Installation

$ pip install anki-export

Why?

My other projects to create SRS flashcards outside Anki

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

About

Export your Anki *.apkg to Python. Read Anki *.apkg in Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published