Skip to main content

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

Project description

anki-export

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})

Installation

$ pip install anki-export

Why?

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.0.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

anki_export-0.1.0-py2.py3-none-any.whl (6.7 kB view hashes)

Uploaded Python 2 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