A simple web-scrapping-GUI tool made with python
Main UI
Adding URL
Fetching URL data
Getting text from data
formatting the text
Filter result by using tags
Traverse through the result
- Python version >= 3.6
- Need Tkinter
- Need to have pip installed
NOTE : I am using python version 3.8.10
- create a virtual environment (not necessary but recommended)
- clone the project to your local machine by doing
git clone https://github.com/vaibhav135/python-web-scrapping-tool.git
(for HTTPS) - Change directory to the root of the project
- then install the requirements.txt
- install Tkinter in your machine
- After completing the above steps just enter
python3 main.py
in your terminal - Voila!!! it is running
- change directory to the root of the project
- then do
pip3 install -r requirements.txt
or just use pip
NOTE: you need to have pip installed for this
Visit here to install tkinter