A simple Python script that scrapes book titles and prices from Books to Scrape and exports the data into an Excel spreadsheet.
- Scrapes book titles and prices
- Exports data to
books_data.xlsx - Automatically opens the Excel file after saving (if supported)
- Clean and modular
main.pyfile β easy to run and understand
Make sure Python is installed, then install dependencies:
pip install -r requirements.txt