/Weather-Teller

Tkinter based application that uses Open Weather Map API to display weather forecast for any location.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Weather-Teller

Weather-Teller is a tkinter based application, which uses a weather web service, to provide weather forcast for a particular location, for the next 5 days.

For a selected date and time, the application displays the following:

  • Temperature
  • Humidity
  • Pressure
  • Wind Speed
  • Sea Level

Usage

  1. Run weatherTellerApp.py
  2. Enter the name of the location/city you wish to view the forecast for.
  3. Select the date and time for the forecast.
  4. Click on "Tell Me The Weather!" button to view the forecast.

Alt text

Note: You would need a API key to access the web service. To get your own API key, visit openweathermap.org/appid and sign up. Then enter your API key in line 11 of weatherTeller.py