Skip to content

Convert Evernote ENEX Backup files to a series of HTML files

Notifications You must be signed in to change notification settings

tiefpunkt/evernote2html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evernote2HTML

Convert Evernote ENEX Backup files to a series of HTML files

# python3 -m venv env
# env/bin/pip install -r requirements.txt
...
# env/bin/python enex2html.py -h
usage: enex2html.py [-h] -i INPUT [-o OUTPUT] [-p PASSWORD]

Evernote Export to HTML converter

optional arguments:
  -h, --help            show this help message and exit
  -i INPUT, --input INPUT
                        Input File
  -o OUTPUT, --output OUTPUT
                        Output Directory
  -p PASSWORD, --password PASSWORD
                        Password for decryption
# env/bin/python enex2html.py -i mybackup.enex -o out -p passw0rd

About

Convert Evernote ENEX Backup files to a series of HTML files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published