This website is a tool to curl up any web page you specified ! & it works by collecting all links on that given web page + names. To do so we used a python package : REQUESTS => it allows us to send request in our python code. and also a python library : Beautifulsoup 4 => it help us by pulling data out of Html & Xml files.