mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
Anki is a smart spaced repetition flashcard program
![]() The type name needs to be quoted so it is evaluated after the module has been initialized. In the future when we drop support for python 3.6, and mypy is updated, we will be able to remove the quotes and use the following at the top of the file instead: from __future__ import annotations |
||
---|---|---|
anki | ||
aqt | ||
designer | ||
tests | ||
tools | ||
ts | ||
web | ||
.gitignore | ||
.isort.cfg | ||
.pylintrc | ||
.travis.yml | ||
anki.1 | ||
anki.desktop | ||
anki.png | ||
anki.xml | ||
anki.xpm | ||
LICENSE | ||
LICENSE.logo | ||
Makefile | ||
mypy.ini | ||
pkgkey.asc | ||
pytype.conf | ||
README.contributing | ||
README.development | ||
README.md | ||
requirements.dev | ||
requirements.qt | ||
requirements.txt | ||
runanki |
Anki
This is the development branch of Anki.
For stable builds, please see https://apps.ankiweb.net.
For non-developers who want to try this development code, the easiest way is to use a binary package - please see https://anki.tenderapp.com/discussions/beta-testing
To run from source, please see README.development.
If you are interested in contributing changes to Anki, please see README.contributing before you begin work.