open-spaced-repetition / py-fsrs

Python Package for FSRS
https://pypi.org/project/fsrs/
MIT License
145 stars 23 forks source link

add custom args to FSRS class #46

Closed joshdavham closed 4 months ago

joshdavham commented 4 months ago

I added custom arguments to the the FSRS and Parameter classes so that developers can specify their own custom weights, desired retention and maximum interval.

In all:

Let me know if there's any issues or questions 👍