Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 1.17 KB

README.md

File metadata and controls

26 lines (24 loc) · 1.17 KB

anki_scripts

Helper scripts to move my learning sets from Quizlet to Anki.

Usage example:

  1. Export Quizlet sets as text files, with links, separated by tabs.
  2. Concatenate all input files to one awk '{print $0}' 3k-*.txt > 3k.txt
  3. Convert "term (example)" to "term\texample" and fix all formatting error or missing info ./detach_example.py raw/3k.txt > detached/3k-detached.txt
  4. Load 3k-detached.txt in libreoffice calc Use only single terms in the translation column. It is easier to make sensible reverse cards.
  5. Copy first column with english terms
  6. Paste to https://tophonetics.com/ and convert to pronounciation symbols (IPA).
  7. Copy back the ipa result to a new second column in the sheet
  8. Copy the whole new table to a new text file in the ipa directory
  9. Convert to a new format usable for Anki. It also generates a "downloader" script for the image links. ./to_anki_notes.py ipa/3k-ipa.txt 3k > import/3k-import.txt
  10. Download the images and move to their place.
cd downloaders
./download_media_3k.sh
cd ..
cp -r downloaders/media/* ~/.local/share/Anki2/User\ 1/collection.media/
  1. Import in Anki (enable html tags)