Skip to content

Instantly share code, notes, and snippets.

@atotic
atotic / PicasaToXMP.py
Created November 28, 2012 17:31
Convert Picasa star ratings to XMP format
#!/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"