Skip to content

This project is a Python-based World Clock application that uses Tkinter for the graphical user interface (GUI) and the requests module to fetch time data from various locations around the world. The application displays the current time for selected cities based on their longitude and latitude coordinates.

Notifications You must be signed in to change notification settings

KinfemichaelTilahun/Simple_Python_World_Clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Python World Clock

This project demonstrates a simple Tkinter application that fetches data using the requests module and displays it in a graphical user interface (GUI).

Features

  • Fetches data from a public API using requests.
  • Displays the result in a Tkinter window.
  • Handles errors gracefully when the request fails.

Requirements

Before running the project, ensure you have the following dependencies installed:

  1. Python 3.13
  2. Requests: Used to make HTTP requests.
  3. Tkinter: Used for creating the GUI (usually comes pre-installed with Python).

Installation

  1. Clone the repository or download the files.

  2. Install the required modules using pip:

    pip install requests

About

This project is a Python-based World Clock application that uses Tkinter for the graphical user interface (GUI) and the requests module to fetch time data from various locations around the world. The application displays the current time for selected cities based on their longitude and latitude coordinates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages