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.
- Host: GitHub
- URL: https://github.com/captainpiratez/clock-converter
- Owner: captainpiratez
- License: mit
- Created: 2025-03-06T19:04:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-09T20:55:43.000Z (9 months ago)
- Last Synced: 2025-10-22T02:57:05.141Z (8 months ago)
- Topics: clock, datetime, desktop-app, digital-clock, gui, linux, linux-app, python, pytz, real-time, time-zones, tkinter, world-clock
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.