Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 640 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 640 Bytes

IMDB_Series_Visualization

A tool to generate heatmaps from the IMDB scores of a TV series. The original idea is from reddit user u\Hbenne.

Usage

run main.py with either the IMDB's ID (numerical) of the desired series or the name (experimental) and the output png name.

Examples

$ python ./main.py -i "Sherlock BBC" -o sherlock.png -c autumn --dpi 50

sherlock.png

$ python ./main.py -i "Dr House" -o drhouse.png

drhouse.png

$ python ./main.py -i 0804503 -o madmen.png --dpi 80

madmen.png