Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 478 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 478 Bytes

Evernote to Toodledo converter

Usesage

Converts from Evernote .enex format to Toodledo version 6 .xml format

Tested on source exported from Evernote Mac 1.11.0 (99371)

python evernote2toodledo.py -s /path/to/source/file -r /path/to/result/file' or python 'evernote2toodledo.py --source=/path/to/source/file -result=/path/to/result/file'

Requirements

Python 2.x (tested on 2.5) lxml python library (tested on 2.3beta1)