Description: API Usage: use of open weather Map's API key generated through their website to request the weather condition of a given city. Copilot suggested to request.get() method to fetch the data and to convert it into a jason file Data Parsing: The contents of the jason file is taken into the main list and from that the individual consitions like temperature, pressure and description are stored in different variable which are then printed. Copilot assisted by helping to parse the jason file in a organised manner .
How the program work: You need to install the requests package of the python by pip install requests. Our API key is already generated in the file. Open the file in Command Line and give it a city name, it returns and weather condition.
Code Developers: Firoz Uddin Gauhar [email protected] Aabid Hussain [email protected] Ahmadullah Khan [email protected]