Python implementation of Github's identicon.
This project is python translation of identicon.js(https://github.com/stewartlord/identicon.js/tree/master) by stewardlord
from git_identicon import git_identicon
x = git_identicon.Git_Identicon("itsafreakingdemo",size=64)
x.image.save("test.png", "PNG")