mirror of
https://github.com/ankitects/anki.git
synced 2026-06-10 06:13:34 -04:00
## Linked issue Closes #4918 ## Summary The anki-audio wheel build script was accidentally using `lib` instead of `libs` for copied mpv libraries. ## Steps to reproduce (before) Follow reproduction steps in the forum report and confirm you see the issue. ## How to test (after) - Build the wheel: `./qt/audio/build.sh`. - Confirm `qt/audio/anki_audio/libs` is created. - Extract `out/wheels/anki_audio-0.2.0-*.whl` and confirm it has the correct structure. - Run mpv in the extracted wheel: `./mpv` and confirm no library errors.
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.