Created
October 3, 2022 13:15
-
-
Save L-M-Sherlock/46262bf4c5dbeff4dcbc71724571eeae to your computer and use it in GitHub Desktop.
get Anki's custom scheduling code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from anki.collection import Collection | |
col = Collection("path/to/collection.anki2") | |
print(col.all_config()['cardStateCustomizer']) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment