All Projects → carllacan → ankimaker

carllacan / ankimaker

Licence: MIT license
Automatically generates Anki decks from many sources

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ankimaker

memanki-cli
CLI implementation of memanki
Stars: ✭ 21 (-51.16%)
Mutual labels:  anki, anki-deck
kindle vocab anki
Export Kindle Vocabulary Builder to Anki
Stars: ✭ 38 (-11.63%)
Mutual labels:  kindle, anki
Anki-Chinese-Vocabulary-Generator
Enter only simplified characters and create word meaning with Traditional, Pinyin, Meaning, Audio and example sentences
Stars: ✭ 17 (-60.47%)
Mutual labels:  anki, vocabulary-builder
anki-add-hooks-userscripts
Automate Anki card creation from popular translation websites
Stars: ✭ 17 (-60.47%)
Mutual labels:  language-learning, anki
Kindle2Anki
Export Vocabulary Builder to Anki APKG
Stars: ✭ 84 (+95.35%)
Mutual labels:  kindle, anki
vocage
A minimalistic spaced-repetion vocabulary trainer (flashcards) for the terminal
Stars: ✭ 68 (+58.14%)
Mutual labels:  language-learning, anki
immersive
Language learning mpv script for looking up words within mpv and generating Anki cards
Stars: ✭ 43 (+0%)
Mutual labels:  language-learning, anki
Game2Text
Complete toolbox for gamifying language learning
Stars: ✭ 86 (+100%)
Mutual labels:  language-learning, anki
mpvacious
Adds mpv keybindings to create Anki cards from movies and TV shows.
Stars: ✭ 286 (+565.12%)
Mutual labels:  language-learning, anki
paper
Computer Foundations Practices
Stars: ✭ 17 (-60.47%)
Mutual labels:  language-learning
Network-Automation
Cisco ACI, Firepower, Meraki, NETCONF, and SQL Python Programs
Stars: ✭ 47 (+9.3%)
Mutual labels:  tkinter
fatx-tools
Data recovery tools for FATX drives (XBOX and XBOX 360).
Stars: ✭ 51 (+18.6%)
Mutual labels:  tkinter
tkgpio
A Python library to simulate electronic devices connected to the GPIO on a Raspberry Pi, using TkInter.
Stars: ✭ 57 (+32.56%)
Mutual labels:  tkinter
notes
A miscellany of thoughts.
Stars: ✭ 18 (-58.14%)
Mutual labels:  anki
programminginpython.com
This repo consists code of all the programs discussed at programminginpython.com website
Stars: ✭ 60 (+39.53%)
Mutual labels:  tkinter
AnkigaokaoTutorial
一本结合高考的 Anki 入门书
Stars: ✭ 48 (+11.63%)
Mutual labels:  anki
fyodor
Convert your Amazon Kindle highlights and notes into markdown (or any format).
Stars: ✭ 101 (+134.88%)
Mutual labels:  kindle
Python-Course
🐍 This is the most complete course in Python, completely practical and all the lessons are explained with examples, so that they can be easily understood. 🍫
Stars: ✭ 18 (-58.14%)
Mutual labels:  tkinter
syncthing-kindle
Setup Syncthing on Kindle Touch
Stars: ✭ 24 (-44.19%)
Mutual labels:  kindle
kindle infoscreen
Home-Assisstant Interface That Runs in the Kindle Browser.
Stars: ✭ 49 (+13.95%)
Mutual labels:  kindle

AnkiMaker

AnkiMaker lets you automatically create Anki Decks out of your Kindle vocabulary lists and the OED.

How to use it

  • The Vocabulary Builder's list of your Kindle is under [Your Kindle filesystem]/system/vocabulary/vocab.db.
  • Get credentials for the OED's API. Go here and create a Free account. This will grant you 3000 word lookups a month, which is probably enough (and if it isn't you can just make another account). Then click on Credentials and open None's app. This will show you your Application ID and your Application Keys

Install

Linux

Linux users can download the Python file. To execute it you'll need to have genanki and requests installed. You can do:

pip install genanki
pip install requests
mkdir ankimaker && cd ankimaker
wget https://raw.githubusercontent.com/carllacan/ankimaker/master/ankimaker.py
python ankimaker

A packaged version is not available yet.

Windows

No installation required. Just download the Windows executable and open it.

Thanks to

  • The creator of Genanki
  • The creator of Anki
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].