12

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.

Pownyan
  • 475
  • 1
  • 6
  • 23
  • 7
    calibre is an open source software that is written in python ... download their source and look at it to see what its doing.... and look at the file definition for mobi files http://wiki.mobileread.com/wiki/MOBI – Joran Beasley Jun 04 '12 at 18:51

1 Answers1

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