Files
anki/qt/README.md
Fernando Lins 22b7b36bbc Add missing PyPI metadata to anki package (#4817)
## Summary/motivation 

The `anki` package on PyPI was missing key metadata fields.


## Changes
- `description`: short summary shown on the PyPI package page
- `readme`: points to `pylib/README.md` so PyPI renders the long
description
- `authors`: identifies the Anki Team as the package author
- `urls`: links back to the GitHub repository
2026-05-12 13:04:17 -03:00

765 B

aqt — Anki Qt GUI

aqt is the Qt-based desktop interface for Anki, the spaced repetition flashcard program.

It provides all the visual components of the Anki desktop app: the deck browser, card editor, reviewer, browser, add-on manager, and more. Under the hood it uses PyQt6 and communicates with Anki's core logic via the anki package.

Running

Once installed, Anki can be launched from the command line:

anki

Add-on development

If you are building an Anki add-on, this is the package that exposes the GUI hooks and Qt widgets you need. See the Add-on Guide for full documentation.

Source code

https://github.com/ankitects/anki