Metadata-Version: 2.1
Name: clippings2anki
Version: 0.1.0
Summary: clippings2anki
Project-URL: Homepage, https://github.com/bewuwy/kindle-clippings-anki-exporter
Project-URL: Bug Tracker, https://github.com/bewuwy/kindle-clippings-anki-exporter/issues
Author-email: bewu <bewu@bewu.dev>
License-File: LICENSE.md
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: tqdm
Requires-Dist: wiktionaryparser
Description-Content-Type: text/markdown

# Clippings2Anki

This is a simple script to convert the clippings.txt file from the Kindle to a txt file that can be imported into Anki.

## Installation

Install from PyPI ([pypi.org/project/clippings2anki](https://pypi.org/project/clippings2anki/)):

```
pip install clippings2anki
```

## Usage

Basic usage:

```
python -m clippings2anki [My Clippings.txt] [language] -o [output.txt]
```

The script will read the words saved in the clippings file and output them **along with their definitions from wiktionary** to a txt file that can be imported into Anki.

For help see:

```
python -m clippings2anki --help
```
