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.
Convert Oneonte .mht export files to enex notes suitable for import into Evernote
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.
--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
Install Python, then, run the script through the command prompt by python onenoteToEnex.py [MHT_FILE] [options]
.
Exports to Evernote_Files in same directory.
--author "Anonymous"
default "Anonymous"
--addLabel "onenote"
default None
---keepStyle True
default False