/imdb_score

Get the IMDB-score of a movie

Primary LanguagePython

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