Skip to content

Instantly share code, notes, and snippets.

View austindoeswork's full-sized avatar
🐣
hatchin' a plan

austin austindoeswork

🐣
hatchin' a plan
  • San Francisco
View GitHub Profile
@austindoeswork
austindoeswork / creature_generate.py
Last active December 2, 2016 20:11 — forked from TylerLeite/creature_generate.py
Create a random creature
from PIL import Image, ImageFilter
import os
import sys
import random
import math
def main():
if len(sys.argv) <= 1:
print "USAGE: python spritegen.py <image/dir>"