An open API service indexing awesome lists of open source software.

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

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")
```