A Python-based web scraping application with a modern graphical interface that extracts real-time data such as news headlines and quotes. Built using Requests, BeautifulSoup, and Tkinter, this project combines data scraping with an interactive user experience.
- Scrape latest BBC news headlines
- Extract quotes with authors
- Modern dark-themed GUI
- Save data to TXT and CSV files
- Fast and efficient scraping
- Python
- Requests
- BeautifulSoup
- Tkinter
web_scraper.py
README.md
- Install dependencies:
pip install requests beautifulsoup4
- Run the application:
python web_scraper.py
--
- Add search and filtering options
- Convert to web application (Flask)
- Integrate with database
- Improve UI with advanced frameworks
Lokesh Singh Chib