Skip to content

Instantly share code, notes, and snippets.

@L-M-Sherlock
Created October 3, 2022 13:15
Show Gist options
  • Save L-M-Sherlock/46262bf4c5dbeff4dcbc71724571eeae to your computer and use it in GitHub Desktop.
Save L-M-Sherlock/46262bf4c5dbeff4dcbc71724571eeae to your computer and use it in GitHub Desktop.
get Anki's custom scheduling code
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