Imports single-word highlights from your Kindle clippings file (or any .txt file with one word per line) to a specified Anki deck with their definitions.
From requirements.txt:
user@machine:kindleanki$ pip freeze
Send2Trash==1.3.0
argparse==1.2.1
beautifulsoup4==4.3.1
httplib2==0.8
wsgiref==0.1.2
The program works with Python 2.7 and Anki 2.0.12 on Ubuntu 13.04.
To run, type python kindleanki.py
. If an argument isn't supplied, the program will input the cards to a deck called "Import". If an argument is supplied, the program will import the cards to the specified deck. For example, python kindleanki.py Vocabulary
will import the cards to a deck called "Vocabulary".
I do not own Anki and I did not create Anki. The Anki files in this repository are from here: https://github.com/dae/anki