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
- Run weatherTellerApp.py
- Enter the name of the location/city you wish to view the forecast for.
- Select the date and time for the forecast.
- Click on "Tell Me The Weather!" button to view the forecast.
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