In this project, we give input field for URL and the program will scrape the website's HTML and XML & will give us the choice to edit it or copy it.
Clone this repo to your local machine using https://github.com/suyashphatak23/Web-Crawler-GUI
-
Open Command Prompt
-
Install beautiful soup and pillow python-libray (tkinter is a built-in library) in your local machine by using following commands:
> pip install pillow
> pip install beautifulsoup4
-
Run the code in python3 shell