Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 754 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 754 Bytes

SimpleWeatherApp

Video I followed to create this

https://www.youtube.com/watch?v=D8-snVfekto

Keith Galli's YouTube Channel

https://www.youtube.com/channel/UCq6XkhO5SZ66N04IcPbqNcw

API Used:

https://openweathermap.org

description of app

I made this simple app based off the link above, I wanted to become familiar with how Python works with GUI's and get my feet wet with API calls in this language. I am very surprised how clean the Python code is

Running the app

To run the app make sure that you've installed Pillow and requests

pip install requests
pip install Pillow

Thanks Keith

Thank you to Keith Galli for putting this tutorial online

Here is Keith's version https://github.com/KeithGalli/GUI