Metadata-Version: 2.1
Name: kindle2pdf
Version: 0.1.3
Summary: 
Author: Robert Dargavel Smith
Author-email: teticio@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: browser-cookie3 (>=0.19.1,<0.20.0)
Requires-Dist: cryptography (>=42.0.5,<43.0.0)
Requires-Dist: reportlab (>=4.1.0,<5.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: svglib (>=1.5.1,<2.0.0)
Requires-Dist: tqdm (>=4.66.2,<5.0.0)
Description-Content-Type: text/markdown

# Kindle2PDF

## Introduction

A Python script to render your Kindle books as PDFs without needing a device. This is ideal if you want to read them on a ReMarkable tablet or similar.

## Installation

```bash
pip install kindle2pdf
```

## Usage

First you need to login to `https://read.amazon.com/` on Chrome. The Python script will automatically retreive any cookies it needs. Then, assuming you own the book with the ASIN `B0182LFAIA`, you can run the following command:

```bash
kindle2pdf B0182LFAIA
```

To find out the ASIN of any book, you can either inspect the URL of the book in the Kindle Cloud Reader, or search for it in Amazon. You'll need to make sure that it corresponds to the edition that you own.

