Skip to content

Instantly share code, notes, and snippets.

View JZL's full-sized avatar

Jonah Langlieb JZL

View GitHub Profile
@JZL
JZL / __init__.py
Last active February 16, 2020 13:58 — forked from eshapard/deadline.py
Anki Deadline
# Anki Deadline
# Anki 2.1 plugin
# Author: EJS
# Version 0.1
# Description: Adjusts 'New Cards per Day' setting of options group to ensure all cards
# are seen by deadline.
# License: GNU GPL v3 <www.gnu.org/licenses/gpl.html>
from __future__ import division
import datetime, time, math
from PyQt5.QtWidgets import *