Create a PIL Image using rule and steps for an Elementary Cellular Automaton.
Here's an explantaion of what Elementary-Cellular-Automaton is. http://mathworld.wolfram.com/ElementaryCellularAutomaton.html
To use this just call "create_automation(rule_list, steps)"
Rule_list is your rules this can be an integer 0-255 or a list of 8 integers of either 1 or 0.
Steps is how many steps you want to generate for.