m-danya / spaced-repetition-py

My implementation of a popular method aimed at learning things effectively

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

About

My implementation of a popular method aimed at learning things effectively

License:GNU General Public License v3.0


Languages

Language:Python 100.0%