Skip to content

Instantly share code, notes, and snippets.

View muzizongheng's full-sized avatar

muzizongheng(李建功) muzizongheng

View GitHub Profile
@lucianofuentes
lucianofuentes / ev2html.py
Created April 9, 2012 00:59
Evernote to .html file python script
import sys
import os.path
import datetime
import codecs
import sqlite3
import codecs
import getopt
import datetime
from optparse import OptionParser
from xml.etree.ElementTree import Element,ElementTree,SubElement