I want to be able to create .mobi files with python, but i haven't found anything about it after an hour of searching. I don't want to use Calibre or softwares like it, just plain python.
Asked
Active
Viewed 1.1k times
1 Answers
10
I'd recommend to take a look at this repo, if you don't want to use calibre
(which is great and has a CLI). While this script has created for creating a .mobi
for the Guardian, you can modify it to your taste.

Zsolt Botykai
- 50,406
- 14
- 85
- 110
-
5As far as I understand the script (see last lines), the mobi conversion is handled by `kindlegen`. – mouviciel Apr 04 '13 at 14:19