Skip to content

kobowood1/CloudCommandosWeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Commando Weather App

This is a simple weather application built using Python and Tkinter. It allows you to retrieve weather information for a specific city using the OpenWeatherMap API. The weather data includes the current condition, temperature, minimum and maximum temperature, pressure, humidity, wind speed, sunrise, and sunset time. This app was forked off the code base provided by https://github.com/evanemran with error handling improvements added.

How to Use

  1. Clone the repository or download the source code.
  2. Install the required dependencies by running pip install -r requirements.txt.
  3. Run the weather_app.py file.
  4. Enter the name of the city for which you want to retrieve weather information in the text entry field.
  5. Press Enter or click the "Get Weather" button.
  6. The weather information will be displayed on the screen, including the current condition, temperature, minimum and maximum temperature, pressure, humidity, wind speed, sunrise, and sunset time.

Requirements

  • Python 3.x
  • Tkinter
  • Requests

Screenshots

Weather App Python Screenshot 2023-10-26 at 8 00 10 PM

Contributors

  • Kofi Obo Wood
  • Benjamin Varle Semah
  • Sabirah Mensah
  • Stephen Owusu Danso Asare

LicenseThis project is licensed under the GNU General Public License v3.0.### Acknowledgments- OpenWeatherMap for providing the weather data through their API.- Tkinter for the GUI framework.- Requests for making HTTP requests.Feel free to contribute to this project by creating pull requests or reporting issues.

Releases

No releases published

Packages

No packages published

Languages