This project is a simple web scraper built with Python, Requests, and BeautifulSoup.
It scrapes book titles and prices from (http://books.toscrape.com/) and saves the data into a CSV file.
Features:
- Fetches data from a publicly available website.
- Extracts book titles and prices.
- Saves the scraped data in
books.csv
for further analysis.