Skip to content

Command line utility for creating Anki Notes using WordReference.com.

Notifications You must be signed in to change notification settings

jglotzer/WordRefAnkiNoteCreate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

WordRefAnkiNoteCreate

A python command line utility for creating Anki Notes using wordreference.com, wordreference.py, Anki and the AnkiConnect AddOn.

This used to be a tedious, manual process - what once took many minutes to create a note now done in seconds.

Note: Code does not add photos, that is required to be done manually by the user.

Usage

usage: WordReferenceAnkiNoteCreate.py [-h] [-c] DICTIONARY_CODE word

get translation and/or make Anki note using wordreference.com
Console output only without the -c switch.
Console output and Anki Note created with the -c switch.

positional arguments:
  DICTIONARY_CODE  dictionary code
  word             word or words (if > 1, 1st considered as an article which is not part of lookup) to translate or to make Anki Card

options:
  -h, --help       show this help message and exit
  -c, --connect    create an Anki Note as well

Dependencies

User Changes Needed

  • Change name of Anki Deck to suit (currently set to French).
  • Supply desired 4 character dictionary code on command line.
  • to get list of codes run wordreference.py -l

Screenshots

Console output: bâtonnet_console_screenshot

Resulting Anki Note created (Photos to be added by user, not added by code): bâtonnet_screenshot

Acknowledgements

About

Command line utility for creating Anki Notes using WordReference.com.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages