lifegraph

lifegraph visualises your life as a grid of weekly squares, inspired by the Wait But Why blog post.

Example life graph

Installation

pip install lifegraph

Quick start

from lifegraph import Lifegraph
from datetime import date

g = Lifegraph(date(1990, 11, 1))
g.add_title("My Life")
g.save("my_life.png")

Indices and tables