Skip to content
/ deckit Public

Python script to compile eng-eng definitions|examples text file, suitable for Anki import.

Notifications You must be signed in to change notification settings

Xifax/deckit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deckit

Python script to quickly convert list of (eng) words to text file with (eng-eng) examples and definitions, suitable for Anki import.
All words are processed using Wordnik, so one should aquire unique api key.
Usually finds definitions (or, at least, examples) even for the most obscure lexicon.
Plain text output format over anki deck was chosen due to versatility of anki import (e.g., depending on the model, the same two-fields text could be imported differently).


Installation:

python deckit.py install

Usage:

python deckit.py do key words deck

or

./deckit.py do key words deck

Notes:

  • Requires Python 2.7.X
  • Also requires (all dependencies may be installed right from the script itself):
    • argh
    • wordnik
    • clint
    • ordereddict
  • One should get api key from Wordnik
  • In case there's alternative/unusual spelling specified, definition will likely say so

Todo:

  • Batch-processing
  • Additional field for all the optional information (dictionary, part of speech, etc)

About

Python script to compile eng-eng definitions|examples text file, suitable for Anki import.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages