Skip to main content

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

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

anki-export-0.1.4.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

anki_export-0.1.4-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page