An open API service indexing awesome lists of open source software.

https://github.com/captainpiratez/clock-converter

World Digital Clock: A Python GUI app using Tkinter and pytz to display real-time time across UTC, US/Eastern, US/Pacific, and CET time zones.
https://github.com/captainpiratez/clock-converter

clock datetime desktop-app digital-clock gui linux linux-app python pytz real-time time-zones tkinter world-clock

Last synced: about 1 month ago
JSON representation

World Digital Clock: A Python GUI app using Tkinter and pytz to display real-time time across UTC, US/Eastern, US/Pacific, and CET time zones.

Awesome Lists containing this project

README

          

# Digital Clock Converter

This project is a simple digital clock GUI application that displays the current time in multiple time zones (UTC, US/Eastern, US/Pacific, CET) using Python's Tkinter and pytz libraries.

## Features
- Real-time display of the current time in four different time zones
- Easy-to-read digital clock interface
- Built with Tkinter (standard Python GUI library)

## Requirements
- Python 3.x
- pytz
- Tkinter (included with standard Python installations)

## Installation
1. Clone this repository:
```bash
git clone https://github.com/captainpiratez/clock-converter.git
cd clock-converter
```
2. Install dependencies using [uv](https://github.com/astral-sh/uv):
```bash
uv pip install -r requirements.txt
```

## Usage
Run the digital clock application:
```bash
python main.py
```

## License
This project is licensed under the MIT License.