WebScraper GUI is a user-friendly application that allows you to easily extract data from any website. Enter a URL and view content in a scrollable text box. Includes buttons for easy use for all skill levels.
- Intuitive graphical user interface
- Extract data from any website by inputting URL
- Display extracted data in a scrollable text box
- Easy to use buttons to reset, clear, enter, and exit the program
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Python 3.x
- Tkinter library
- BeautifulSoup library
- Clone the repository to your local machine
git clone https://github.com/Hashtagged/WebScraper
- Install the required libraries
pip install tkinter pip install beautifulsoup4
- Run the script
python WebScraper-GUI.py
- Enter the URL of the website you want to scrape in the entry box
- Click the "Enter" button
- The extracted data will be displayed in the scrollable text box
- Python - Programming language
- Tkinter - GUI Library
- BeautifulSoup - Python library for web scraping
If you would like to contribute to this application, please fork the repository and submit a pull request with your changes. Your contributions will be greatly appreciated.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- I would like to thank the open source community for providing me with helpful resources.