lcdumort / imdb_score

Get the IMDB-score of a movie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%