Skip to content

Instantly share code, notes, and snippets.

@mncfre
mncfre / diff.py
Last active November 6, 2015 11:57
A document Diff for Pythonista
# -*- coding: utf-8 -*-
#Please get the last version on https://github.com/mncfre/Document-Diff
import difflib
import re
import BaseHTTPServer
import webbrowser
import clipboard
import editor
header = '''<!DOCTYPE html>