All Projects → NdYAG → Kindle2Anki

NdYAG / Kindle2Anki

Licence: MIT license
Export Vocabulary Builder to Anki APKG

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Kindle2Anki

kindle vocab anki
Export Kindle Vocabulary Builder to Anki
Stars: ✭ 38 (-54.76%)
Mutual labels:  kindle, anki
ankimaker
Automatically generates Anki decks from many sources
Stars: ✭ 43 (-48.81%)
Mutual labels:  kindle, anki
The Economist Ebooks
经济学人(含音频)、纽约客、自然、新科学人、卫报、科学美国人、连线、大西洋月刊、新闻周刊、国家地理等英语杂志免费下载、订阅(kindle推送),支持epub、mobi、pdf格式, 每周更新. The Economist 、The New Yorker 、Nature、The Atlantic 、New Scientist、The Guardian、Scientific American、Wired、Newsweek magazines, free download and subscription for kindle, mobi、epub、pdf format.
Stars: ✭ 3,471 (+4032.14%)
Mutual labels:  kindle
anki-maobi
máobĭ (毛笔) is an Anki add-on to create cards with writing quizzes for Hanzi (Chinese characters)
Stars: ✭ 42 (-50%)
Mutual labels:  anki
Laravel Book
Up to date Epub, Mobi and PDF versions from the official Laravel Docs
Stars: ✭ 221 (+163.1%)
Mutual labels:  kindle
Fbink
FrameBuffer eInker, a small tool & library to print text & images to an eInk Linux framebuffer
Stars: ✭ 135 (+60.71%)
Mutual labels:  kindle
leetcode-anki
Anki cards generator for Leetcode
Stars: ✭ 166 (+97.62%)
Mutual labels:  anki
Calibre
The official source code repository for the calibre ebook manager
Stars: ✭ 11,221 (+13258.33%)
Mutual labels:  kindle
mobi
python based software to unpack kindlegen generated ebooks
Stars: ✭ 37 (-55.95%)
Mutual labels:  kindle
Libmobi
C library for handling Kindle (MOBI) formats of ebook documents
Stars: ✭ 197 (+134.52%)
Mutual labels:  kindle
alfred-anki
Create New Cards into any decks with any "Note Type".
Stars: ✭ 42 (-50%)
Mutual labels:  anki
Kpvbooklet
KPVBooklet is a Kindle booklet for starting koreader/kindlepdfviewer and updating last access and percentage finished information in Kindle content catalog entry of the opened document.
Stars: ✭ 184 (+119.05%)
Mutual labels:  kindle
Asciidoctor Epub3
📘 Asciidoctor EPUB3 is a set of Asciidoctor extensions for converting AsciiDoc to EPUB3 & KF8/MOBI
Stars: ✭ 166 (+97.62%)
Mutual labels:  kindle
deepcourse
Learn the Deep Learning for Computer Vision in three steps: theory from base to SotA, code in PyTorch, and space-repetition with Anki
Stars: ✭ 117 (+39.29%)
Mutual labels:  anki
Kmanga
KManga site
Stars: ✭ 134 (+59.52%)
Mutual labels:  kindle
anki-apkg-export
📖 Generate decks for Anki (spaced repetition software)
Stars: ✭ 124 (+47.62%)
Mutual labels:  anki
Pwning Juice Shop
GitBook markdown content for the eBook "Pwning OWASP Juice Shop"
Stars: ✭ 110 (+30.95%)
Mutual labels:  kindle
Blitz
An eBook Framework (CSS + template)
Stars: ✭ 179 (+113.1%)
Mutual labels:  kindle
mnemocards
In addition to helping you memorise, this code helps you do other things that I don't remember...
Stars: ✭ 34 (-59.52%)
Mutual labels:  anki
unified-remote-anki
Unified Remote for Anki
Stars: ✭ 23 (-72.62%)
Mutual labels:  anki

Export Kindle Vocabulary Builder to Anki APKG

Vocabulary Builder is one of my favorite features on Kindle. With a tap on the word, it pops up a window displaying definitions and at the same time creates a flashcard in the background. What's more, it saves the sentences where the word appreares, which makes it easier to remember words. However, E-Ink is not ideal for frequent paging, and it seems that Vocabulary Builder doesn't have an algorithm on tracking forgeting curve.

This script helps to export Vocabulary Builder word list into an Anki apkg file.

npm install
node Kindle2Anki.js --vocab vocab.db --dict dict.rawml
  1. Find vocab.db located in /[Kindle Volumn]/system/vocabulary/vocab.db
  2. Find the dictionary file in Kindle, for example /[Kindle Volumn]/documents/现代汉英词典_B00771V9HS.azw
  3. Use libmobi to export dictionary into a rawml format file (usually the dictionary file has DRM by Amazon, and keep in mind that libmobi and DeDRM is only for personal usages under such condition)
  4. Run the command above.
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].