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.
- Clone this repository.
- Install the required Python packages using pip:
pip install -r requirements.txt
- Run the script:
python web_scrape.py
- Enter a URL in the entry field.
- Click the "Start Web scrape" button to start scraping the webpage.
- The scraped text will be displayed in the text box.
- You can delete the URL from the entry field by clicking the "Delete URL" button.
- Python 3
- Tkinter
- requests
- BeautifulSoup4
This project is licensed under the terms of the MIT license.