This is a rough draft of a weather app incorporating several libraries and APIs.
- CustomTkinter - Love it. Beautiful stuff. Also pretty easy to use.
- TkinterMapView - This is an added TKinter component by the above dev for the map portion.
- requests - Auotmagically handling complex URL query AND parsing JSON stuff? Yes, please.
- dotenv - Used this to obfuscate my API key.
- AskPython - The tutorial that was the basis upon which I expanded.
- OpenWeather - Used the free OneCall Current Data and GeoCache APIs.