Skip to content

tungyen/Weather_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

In this repository, I will show a simple weather checking application based on OpenWeather API. There are 2 functions in this app. The first one is to input a city name and then get the local weather information like wind speed, temperature(Celsius), and the weather description. The second function is to get the local region weather by simply clicking the button. The information will be the same type like the first function.

UI Interface

image

Input City Weather

image

Local Weather information

image

install essential package

pip install --upgrade pip
pip install request
pip install pillow

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages