Anki/qt
Damien Elmes 7e3a5a26bb Use Python wheel for mpv/lame on Windows/Mac
This is convenient, but suboptimal on a Mac at the moment. The first
run of mpv will take a number of seconds for security checks to run,
and our mpv code ends up timing out, repeating the process each time.
Our installer stub will need to invoke mpv once first to get it validated.

We could address this by distributing the audio with the installer/stub,
or perhaps by putting the binaries in a .pkg file that's notarized+stapled
and then included in the wheel.
2025-06-16 19:20:12 +07:00
..
aqt Use Python wheel for mpv/lame on Windows/Mac 2025-06-16 19:20:12 +07:00
bundle Drop some PyOxidizer-related files 2025-06-16 19:20:12 +07:00
icons move remaining Filter button items into sidebar 2021-02-05 18:58:22 +10:00
mac Make libankihelper a universal library 2025-06-16 19:20:12 +07:00
tests Change Anki's version scheme; bump to 23.09 (#2640) 2023-09-07 12:37:15 +10:00
tools Resolve Python regex library warnings (#4012) 2025-05-19 13:29:54 +10:00
.isort.cfg Specify Python version for auto-formatters (#3325) 2024-08-04 20:54:14 +07:00
hatch_build.py Migrate build system to uv 2025-06-16 19:20:12 +07:00
pyproject.toml Use Python wheel for mpv/lame on Windows/Mac 2025-06-16 19:20:12 +07:00
README.md minor doc updates 2020-12-11 22:37:12 +10:00
runanki.py get PyQt working directly with ./run on macOS 2021-10-16 18:07:29 +10:00

Python's Qt GUI is in aqt/