Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 660 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 660 Bytes

Weather_report

Present weather report of the given location

packages required: pyowm

Follow these steps to get output:

  1. Install pyowm package using this command "pip install pyowm".
  2. goto https://openweathermap.org/ and create an account.
  3. check for API key generation and copy paste the API key into the code.
  4. open the homepage of the website and search for your location, there you will get the city name and the country code. copy paste these 2 details into the code.
  5. Run this python file and check for the output.

Screenshot (8)