Skip to content

Application made with the Python module tkinter that implements an api call for weather data. Uses model-view-controller organization.

Notifications You must be signed in to change notification settings

jilliennelapid/WeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app that makes api call to some API that provides weather data and allows user to:

  • view weather data for specific locations
  • save the information in some format
  • bookmark locations?

research search list that updates in tkinter:

Running it in a loop is not the best choice.

Use trace on StringVar() and bind it to callback function or the update list function.

About

Application made with the Python module tkinter that implements an api call for weather data. Uses model-view-controller organization.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages