A tool to generate heatmaps from the IMDB scores of a TV series. The original idea is from reddit user u\Hbenne.
run main.py with either the IMDB's ID (numerical) of the desired series or the name (experimental) and the output png name.
$ python ./main.py -i "Sherlock BBC" -o sherlock.png -c autumn --dpi 50
$ python ./main.py -i "Dr House" -o drhouse.png
$ python ./main.py -i 0804503 -o madmen.png --dpi 80