This repo automates Conway's Game of Life.
The Life/life.py file handles all the functionality (getting a cell's coordinates, computing the next generation, etc.). The other files are for packaging purposes.
The repo is currently avaiable as a Python package on PyPI's Test site.