# python---web---scraper Python Web Scraper (Simple) This is a minimal web scraper using only Python standard library. Files scraper_simple.py → main script scraper.db → SQLite database (auto-created) export.csv → exported results README.md → documentation How to Run python scraper_simple.py