Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 900 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 900 Bytes

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