Get the IMDB-score of a movie
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
cd to the download folder
python3 imdb_score.py