Skip to content

RjCastro0/Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather-App

Its a Weather desktop app using the python module Tkinter and the Open Weather API. In the app you can look for the weather in any part of the world

Installing depencies

pip install -r requirements.txt

Notes

""" The goal of this project is to create a weather app that shows the current weather conditions and forecast for a specific location.

Here are the steps you can take to create this project:

Use the requests library to make an API call to a weather service (e.g. OpenWeatherMap) to retrieve the weather data for a specific location.

Use the json library to parse the JSON data returned by the API call.

Use the tkinter library to create a GUI for the app, including widgets such as labels, buttons and text boxes.

Use the Pillow library to display the weather icons.

Use the datetime library to display the current time and date. """

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages