This is a simple webscrapping project, using the BeautifulSoup(for HTML parsing) and requests(for getting source HTML) libraries in Python
It scraps data from the IMDB website about the ratings and genres of the movies and TV shows in your mentioned directory that match with the ones on IMDB:
Input: provide the path to your movies directory
Output: the scraped data is stored inside the films.csv(using the Pandas library) file which can be used for data analysis
Prerequisites can be installed using: pip install -r requirements.txt