Receive current weather information of any place using openweather api
About Project:
In this Python project, you will learn to write a python app that will collect weather information such as current temperature, pressure, humidity, wind speed, weather description and many others, of any place on the earth, using OpenWeatherMap API. This project is going to be very short and simple. You need to invest 30 min to understand everything.
You can find these weather information in real time by just typing the city name. You will be able to get the data about only those places which are listed (or supported) by OpenWeatherMap website.
Project requirements Python version 3.6 and above (although lower version should also work).
Python requests module should be installed.
Free account on OpenWeatherMap and api access token.