ichn-hu / anki-vocabulary-builder

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

Home Page:https://zfhu.ac.cn/anki-vocabulary-builder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://zfhu.ac.cn/anki-vocabulary-builder/


Languages

Language:HTML 43.3%Language:Python 35.9%Language:JavaScript 18.8%Language:Shell 2.0%