A sleek and functional digital clock built using Python and the Tkinter GUI toolkit.
Displays the current hour, minute, second, AM/PM, and live date in real-time with a modern layout.
- β
Real-time digital clock using
datetime
- β
Displays:
- Hour, Minute, Second
- AM/PM indicator
- Current Date (DD-MM-YYYY)
- β Custom background color or image support
- β
Clean, organized UI built with
Tkinter
- β Updates every 200 milliseconds for accuracy
As a Computer Science undergraduate, I created this project to learn:
- GUI development with Tkinter
- Real-time data updating using
.after()
- Working with Python's built-in
datetime
module - Organizing layouts with
Label
and.place()
This is one of my early GUI projects and serves as a foundational step toward more advanced desktop applications.
- Python 3.x
- Tkinter