The Web Scraper Tool is a Python application for extracting text content from static and dynamic web pages. It features a user-friendly GUI for entering URLs and selecting content type. Extracted content is saved to a text file named after the URL.
- Extracts text content from static web pages using
requests
andBeautifulSoup
. - Extracts text content from dynamic web pages using
selenium
. - Simple GUI for easy operation.
- Saves content to a text file named after the URL.
- Python 3.x
tkinter
requests
beautifulsoup4
selenium
webdriver_manager
- Clone the repository:
git clone https://github.com/yourusername/web-scraper-tool.git cd web-scraper-tool