Skip to content

lcdumort/imdb_score

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

imdb_score

Get the IMDB-score of a movie

Prerequisites

You should have Python3 installed with the libraries requests, tkinter and beautifulsoup4.

Install Python3 and pip3 (installed on most Linux-distro's)

sudo apt-get install python3

Install packages

sudo apt-get install python3-tk
sudo pip3 install requests
sudo pip3 install beautifulsoup4

Running the program

cd to the download folder

python3 imdb_score.py

About

Get the IMDB-score of a movie

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages