Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 455 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 455 Bytes

KoboNotesPython

KoboNotesPython converts highlights and annotation from Kobo devices to DOCX

Prerequisites

  • pandas
  • sqlite3
  • python-docx

How to use

To convert your sqlite highlights and annotations to DOCX run the following command:

python KoboNotesPython.py toDOCX pathToYourSQLITEFile outPathIncludingNameOfDOCX

Example:

python KoboNotesPython.py toDOCX ../SQLiteFiles/KoboReader.sqlite test/koboAURA20180707.docx