https://github.com/jolars/kindle2anki
  
  
    Convert Kindle Vocabulary to Anki Flashcards 
    https://github.com/jolars/kindle2anki
  
anki dictionary e-books kindle vocabulary
        Last synced: about 1 month ago 
        JSON representation
    
Convert Kindle Vocabulary to Anki Flashcards
- Host: GitHub
- URL: https://github.com/jolars/kindle2anki
- Owner: jolars
- Created: 2020-06-07T11:48:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T18:21:22.000Z (about 5 years ago)
- Last Synced: 2025-06-28T17:43:49.088Z (4 months ago)
- Topics: anki, dictionary, e-books, kindle, vocabulary
- Language: R
- Homepage:
- Size: 483 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.Rmd
 
Awesome Lists containing this project
README
          ---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```
# kindle2anki
kindle2anki is a small package that converts words from a 
Kindle vocabulary (`*.db`) file to a `.tsv` file that is ready
to import into [Anki](https://apps.ankiweb.net/) as flash cards.
## Installation
``` r
# install.packages("devtools")
devtools::install_github("jolars/kindle2anki")
```