Web Scraping IMDB Top 250 Movies page. Running this script will download all top 250 movies and their metadata and dump them to a csv file.
And with the downloaded data, it does some filtering operations using Pandas library on Console screen.
.py file uses BeautifulSoup, Pandas, Requests, tqdm, re, os libraries. So you might need to download them before you run your project.