Skip to content

Nishanthnaa52/WebScrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web Scraping Application

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.

Features

  • 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.

Requirements

  • Python 3.x
  • customtkinter
  • BeautifulSoup (bs4)
  • requests

Installation & Usage

  1. Clone the repository:
git clone https://github.com/Nishanthnaa52/WebScrap.git
  1. Navigate to the project directory:
cd WebScrap
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Run the application:
python main.py
  1. Enter the URL of the website you want to scrape and specify the data you wish to extract.

  2. Click on the "Get date" button to initiate the scraping process.

License

This project is licensed under the MIT License - see the License file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages