Skip to content

WebScraper GUI is a user-friendly application that allows you to easily extract data from any website. Enter a URL and view content in scrollable text box. Includes buttons for easy use for all skill levels.

Notifications You must be signed in to change notification settings

thecoderhead/WebScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

WebScraper

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.

Features

  • 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

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Python 3.x
  • Tkinter library
  • BeautifulSoup library

Installation

  1. Clone the repository to your local machine
    git clone https://github.com/Hashtagged/WebScraper
    
  2. Install the required libraries
    pip install tkinter
    pip install beautifulsoup4
    

Usage

  1. Run the script
    python WebScraper-GUI.py
    
  2. Enter the URL of the website you want to scrape in the entry box
  3. Click the "Enter" button
  4. The extracted data will be displayed in the scrollable text box

Built With

Contributing

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.

Authors

See also the list of contributors who participated in this project.

License

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

Acknowledgments

  • I would like to thank the open source community for providing me with helpful resources.

About

WebScraper GUI is a user-friendly application that allows you to easily extract data from any website. Enter a URL and view content in scrollable text box. Includes buttons for easy use for all skill levels.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages