/NoteImportUtilities

Convert a various other note formats into ENEX files for suitable for import into Evernote. Supports OneNote and Google Keep.

Primary LanguagePythonMIT LicenseMIT

KeepToEnex

Convert a Google Takeout zip file containing Google Keep notes in json format to a directory of Evernote Export (ENEX) XML files, suitable for import into Evernote.

OnenoteToEnex

Convert Oneonte .mht export files to enex notes suitable for import into Evernote

How to use keepToEnex

Install Python, then, run the script through the command prompt by python keepToEnex.py [ZIP_FILE] [options].

Exports to Evernote_Files in same directory.

Checklists become bullet point lists.

Attachment files are imported, but mileage may vary. Attached image files work just fine.

Options

--defaultTitle "Google Keep Import" default "" - (Will append "#" + [note number] regardless)

--author "Anonymous" default "Anonymous"

--encoding "utf-8" default system encoding or utf-8

--includeTrashed True default False

--addLabel "Keep" default None

How to use onenoteToEnex

Install Python, then, run the script through the command prompt by python onenoteToEnex.py [MHT_FILE] [options].

Exports to Evernote_Files in same directory.

Options

--author "Anonymous" default "Anonymous"

--addLabel "onenote" default None

---keepStyle True default False