Skip to content

ichn-hu/anki-vocabulary-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anki-vocabulary-builder

A python script works with Anki that helps you build your vocabulary

overview

Anki is great for vocabulary building, but add personal learning cards to it is tedious, you don't want to click and type for adding a word each time, this script automate the procedure, which allows you to add card to Anki use dictionary from vocabulary.com in your console.

Update:

Now we have the revision panel with PWA support! Try install it on your mobile phone and enjoy the offline experience!

pwa

setup

  • Anki: Version 2.1.14 (7b93e985)
  • Addon: AnkiConnect, addon code: 2055492159
  • Python env: python=3.6, with requests, termcolor, textwrap and bs4
  • Create a deck named GRE, or you can use any name but you have to modify the script a little bit
  • Create a note type named vocabulary.com from Basic (and reversed card), use the following fields image and the layout: card1 card2

Then you are done

usage

After the setup, lauch anki, and ./run.sh, you'll be able to look up words, and the words you looked up will be automatically added to anki for reviewing memorizing.

Demo:

image

image image

Reference