Clock interface displaying Coordinated Universal Time (UTC) in real time and a Temporal Weather Graph, both implemented in a GUI using Tkinter
For the clock i used the WorldTimeAPI that is a simple web service which returns the current local time for a given timezone as either plain-text or JSON.
For the weather component, I used Open-Meteo, an open-source weather forecasting API that provides high-resolution data, ranging from 1 to 11 kilometers.
Open-Meteo Chart And Url API
https://api.open-meteo.com/v1/forecast?latitude=52.52&longitude=13.41&hourly=temperature_2m
WorldTime API
http://worldtimeapi.org/api/timezone/Etc/UTC
