Let’s add a zipcode lookup form to our Air Quality Weather App with Python and tKinter!
Before now we just had our zipcode hard-coded into the app. But what if you want to look up different zipcodes? You need an Entry box and a button, and that’s what we’ll add in this video.
Add comment