/spaced-repetition-py

My implementation of a popular method aimed at learning things effectively

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

spaced-repetition-py

My implementation of a popular method aimed at learning things effectively

usage example

Advantages

  • This program is open-source
  • It stores data in straight-line JSON format
  • The cards.json file can be stored anywhere (you can configure it in the Settings). For example, you can use Dropbox to sync your cards across the devices
  • This tool can be used on both Linux and Windows (and maybe on a Mac too)

Installation

git clone https://github.com/m-danya/spaced-repetition-py
cd spaced-repetition-py
pip install .

Running

spaced-repetition

Todo

  • "added words today" counter
  • back-to-front asking mode
  • changing cards content
  • fix the imports

More

Статья в блоге