Skip to content

I followed a YouTube tutorial to create a very simple app to get weather. I have my API key in the app in plaintext so please don't abuse it

Notifications You must be signed in to change notification settings

TimVanDyke/SimpleWeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

I followed a YouTube tutorial to create a very simple app to get weather. I have my API key in the app in plaintext so please don't abuse it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages