Skip to content

GregoryCardillo/AtomicClock-Weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Atomic Clock & Weather App

Clock interface displaying Coordinated Universal Time (UTC) in real time and a Temporal Weather Graph, both implemented in a GUI using Tkinter

WorldTimeAPI & Weather Forecast API

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

Demo

Screenshot 2024-06-17 112133

About

Atomic Clock in UTC and GUI of the Open-Meteo API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages