Skip to content

MrCoolPotato/Web-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web Scraper

This is a simple web scraping application built with Python and Tkinter. It allows you to scrape text content from a webpage and display it in a text box.

Installation

  1. Clone this repository.
  2. Install the required Python packages using pip:
pip install -r requirements.txt

Usage

  1. Run the script:
python web_scrape.py
  1. Enter a URL in the entry field.
  2. Click the "Start Web scrape" button to start scraping the webpage.
  3. The scraped text will be displayed in the text box.
  4. You can delete the URL from the entry field by clicking the "Delete URL" button.

Dependencies

  • Python 3
  • Tkinter
  • requests
  • BeautifulSoup4

License

This project is licensed under the terms of the MIT license.

Releases

No releases published

Packages

No packages published

Languages