guillem-palau-salva / anki2sm

Anki2 to SuperMemo 17 collection converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anki to SuperMemo converter

anki2sm is a python script that is meant to batch convert anki decks into supermemo decks, including audios, images and videos. The scripts comes with an additional feature of extracting annotated links, for incremental reading. It creates a bat file that when run opens exploerer with multiple tabs. You can open supermemo to import these webpages.This script is meant to run on Windows. Feel free to schedule call here with Raj to guide you through Supermemo.

Steps for usage:

  • clone this repo
  • make sure requirements.txt is met or run the init.bat to install the dependancies
  • create an apkgs folder and out folder within the root directory of the cloned repo
  • paste your apkgs into the apkgs
  • run run.bat which should run the anki2smV2
Some Notes:

Media from anki is stored into C:\Users\<your-username>\AppData\Local\Temp\smmedia. You donot need to create the directory the script creates it. Tested with images and audio.

TODO:

  1. Bug test it.
  2. Anki progress import.
  3. Each collection should have its own concept or topic.
  4. Support Latex.
  5. Suport image occlusion.
  6. Item names to reflect the content.

Contributers:

Original Contributers

About

Anki2 to SuperMemo 17 collection converter


Languages

Language:Python 99.8%Language:Batchfile 0.2%