Skip to content

pahlie/weather-tracker-app-in-python-tkinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Simple tkinter weather tracker

How to use:

git clone https://github.com/pahlie/weather-tracker-app-in-python-tkinter.git
cd simple-weather-tracker-tkinter
pip install requirements.txt
python main.py

Project: Weather Forecasting Tool

As a weather enthusiast, you have decided to create a tool that can provide accurate weather forecasting information for a given location. Your goal is to develop a Python program that takes a user's location as input and outputs the expected weather conditions for the next few days.

Inputs:

User's location (in the form of a city or zip code)

Outputs:

The expected weather conditions for the next 3-5 days (including temperature, precipitation, wind speed, and any relevant weather alerts or warnings)

Project Requirements:

  • Use an API to obtain weather data for the specified location. You can choose any API you like, such as OpenWeatherMap, Weather Underground, or AccuWeather.
  • Parse the data returned by the API to extract the relevant weather information for the next 3-5 days.
  • Display the weather forecast in a user-friendly way. You can choose to display the information in the terminal, or build a simple GUI using a Python library like Tkinter or PyQT.
  • Handle errors gracefully. If the API returns an error, display a helpful error message to the user.

Optional Enhancements:

  • Allow the user to specify the number of days they want to see the weather forecast for.
  • Add support for multiple locations. Allow the user to save and retrieve weather forecasts for different locations.
  • Include a graphical representation of the weather conditions, such as a chart or a map.
  • Provide recommendations for appropriate clothing or activities based on the weather conditions.

Good luck with your project! 🥳

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages