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.
- Host: GitHub
- URL: https://github.com/robert-96/epub2mobi
- Owner: Robert-96
- License: mit
- Created: 2021-08-04T10:11:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-29T22:47:51.000Z (about 4 years ago)
- Last Synced: 2025-01-27T17:54:04.455Z (9 months ago)
- Topics: calibre, ebook, epub, mobi, python
- Language: Python
- Homepage:
- Size: 811 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).