Skip to content

Instantly share code, notes, and snippets.

@adrianomarques
adrianomarques / render_certificate_colors.py
Created March 21, 2013 11:50
Quick script that generates HTML output for visualizing the color scheme for participation certificates at Umit Project. More about this code: http://blog.umitproject.org/2013/03/honoring-certificates-for-all-past.html
#!/usr/bin/env python
"""Quick script that generates HTML output for visualizing the color scheme for
participation certificates at Umit Project. More about this code: http://blog.umitproject.org/2013/03/honoring-certificates-for-all-past.html
"""
import time
print "<html>"
print "<head><title>Umit Certificate Colors</title></head>"