A simple web crawler using python which uses urllib2 library to fetch html content,it uses queue data structure to store the child links of the seed or parent link and recursively traverses and saves html content according to the structure of the website.