These files are used to scrape data from the World Weather Online Site. The API key is generated on the site and the free key is available for 3 months. It uses the requests library of python. The data fetched in the form of Json format is stored and then the attributes required are fetched using python. The fetched data in the form of json is again processed and the data is arranged in aexcel file for the use data analysis and machine learning model creation.