Skip to content

Instantly share code, notes, and snippets.

@pyx
pyx / pmpa.py
Created October 8, 2012 08:53
poor man's photo album
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
from os.path import abspath, expanduser, join, splitext, relpath
IMG = ".jpg .jpeg .png .gif".split()
HEADER = r"""<!DOCTYPE html>
<html>