This is a beginner-friendly but impressive Web Scraper with a modern GUI built using Python. It allows you to input any URL and an HTML tag (like p, h1, a) to scrape text content from websites. The results are displayed in a styled GUI and can be exported to a .txt file.
- β¨ Beautiful GUI using
customtkinter - π Scrape any website by HTML tag
- π View results instantly in-app
- πΎ Export scraped text to
.txtfile - π Basic error handling for invalid URLs
Install the required libraries:
pip install customtkinter requests beautifulsoup4