This is a Python-based web scraping application built using customtkinter for the GUI, BeautifulSoup (bs4) for parsing HTML content, and requests for fetching web pages. It allows users to scrape data from websites easily through a simple and intuitive interface.
- User-Friendly Interface: The application provides a user-friendly interface designed with customtkinter, making it easy for users to interact with the scraping functionalities.
- Customizable Scraping: Users can specify the URL of the website they want to scrape and define the specific data they are interested in extracting.
- HTML Parsing: Utilizing BeautifulSoup (bs4), the application parses the HTML content of the specified webpage to extract the desired data efficiently.
- HTTP Requests: The application uses the requests module to fetch web pages, enabling seamless data retrieval from online sources.
- Python 3.x
- customtkinter
- BeautifulSoup (bs4)
- requests
- Clone the repository:
git clone https://github.com/Nishanthnaa52/WebScrap.git
- Navigate to the project directory:
cd WebScrap
- Install the required dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
-
Enter the URL of the website you want to scrape and specify the data you wish to extract.
-
Click on the "Get date" button to initiate the scraping process.
This project is licensed under the MIT License - see the License file for details.