scrape-imdb-top250

This project involves scraping movie names and ratings from IMDb's Top 250 movies list using web scraping techniques in a Jupyter Notebook. The scraped data is then exported to a CSV file for easy access and analysis. The project utilizes Python libraries such as BeautifulSoup and requests to perform the web scraping, ensuring an organized extraction of the desired information.