Skip to content

Instantly share code, notes, and snippets.

@jterhune
jterhune / PicasaToXMP.py
Last active September 30, 2018 23:05 — forked from atotic/PicasaToXMP.py
#!/usr/bin/python
# prerequisite: http://www.exiv2.org/download.html
import sys
import os.path
import re
import subprocess
def process_ini(fname):
# print "found ini " + fname + "\n"