Skip to content

Hiyorimi/ibooks_highlights_export

 
 

Repository files navigation

ibooks_highlights_export

Original script by shrsv was updated with GUI inteface and export for Open Mind Map format.

Now you can just run python script and select a book you want to export.

Usage

Simplest way to get your highlights:

$ poetry install
$ poetry run python3 ibooks_highlights_exporter.py

Packaging an app

You can help with building a bundle for Mac OS with py2app. There were some problems with following official tutorials, related to importing jinja2 module.

Building a package is as simple as:

$ python setup.py py2app

But then application refuses to run from system (though it succesfully runs from terminal).

You can reference these links to begin with:

About

Export all highlights in your iBooks library into Mind Map.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.9%
  • HTML 26.1%