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

https://github.com/robert-96/epub2mobi

Simple script that converts all the epub files in a directory tree to mobi.
https://github.com/robert-96/epub2mobi

calibre ebook epub mobi python

Last synced: 7 months ago
JSON representation

Simple script that converts all the epub files in a directory tree to mobi.

Awesome Lists containing this project

README

          

# epub2mobi

Simple CLI tool that converts all the `.epub` files in a directory tree to `.mobi` files.

## Prerequisites

This script uses Calibri CLI tools to convert `.epub` files to `.mobi`.

## Install

```
$ pip install -e .
```

## Usage

```
$ epub2mobi . --output dist/
```

## Tests

```
$ pip install -r requirements-dev.txt
$ pytest tests
```

## License

This project is licensed under the [MIT License](LICENSE).