https://github.com/emmanuel-howard/digital-clock
https://github.com/emmanuel-howard/digital-clock
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/emmanuel-howard/digital-clock
- Owner: Emmanuel-Howard
- Created: 2025-01-15T18:14:39.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-15T18:20:13.000Z (4 months ago)
- Last Synced: 2025-01-15T20:54:51.826Z (4 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyQt5 Digital Clock (Python)
## Overview
This project is a simple digital clock built using Python and the PyQt5 framework. The application displays the current time in a digital clock style, utilizing a custom font and styled with CSS for a modern appearance.## Features
- Displays the current time in hh:mm:ss AP format (e.g., 12:45:30 PM).
- Modern design with a black background and orange-colored time.
- Uses a custom digital clock font (DS-DIGIT.TTF).
- Automatically updates every second using a QTimer.## Requirements
Python 3.8 or later
PyQt5 Library##Example Output
