Skip to content

clementrx/tv_show_plot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TV Show rating: Plot rating of episodes by season.

Authors: Clément Rieux

Thanks to z3tt for his TidyTuesday plot from The Office.

I re-use his vizualisation, to plot a TV show rating from his IMDB notes.

How it works ?

You only have to fill :

  • serie_title : For PNG name and plot name
  • s : For number of seasons
  • code : Find the code corresponding to your TV show on IMDB
# Tv show title
serie_title = 'Smallville'

# Seasons
s = 10

# Tv show code
# example https://www.imdb.com/title/tt0279600/episodes?ref_=tt_eps_sm
code = 'tt0279600'

I will web scrap notes and votes by episodes and seasons.

Then run the code to plot and see the rating of you favorite TV show !

Examples

Smallville

./plot/Smallville.png

Peaky Blinders

./plot/Peaky_Blinders.png

Stranger Things

./plot/Stranger_Things.png

Breaking Bad

./plot/Breaking_Bad.png

Game of Thrones

./plot/Game_of_Thrones.png

The Simpsons

./plot/Simpsons.png

Your Turn !

About

Tv show season/episode rating

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages