pylib/README.md
Core Python library for Anki, the spaced repetition flashcard program.
Anki is a spaced repetition program that helps you remember things efficiently. This package contains the Python layer of Anki's core: it wraps the Rust backend (rslib) and exposes the primary API used by the desktop app and add-ons alike.
It provides access to:
.anki2 database.apkg, .colpkg, and other formatspip install anki
Note:
ankiis the headless library. If you want the full desktop application, installaqtinstead, which depends on this package.
If you are building an Anki add-on, this is the package that gives you access to the collection and scheduling internals. See the Add-on Guide for full documentation.
Want to contribute? Check out the Contribution Guidelines and the Development Guide.