Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.11 KB

File metadata and controls

45 lines (29 loc) · 1.11 KB

⏰ Python Digital Clock (Tkinter)

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.


📌 Features

  • ✅ 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

🎓 About This Project

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.


🖼️ Preview

image


🚀 Getting Started

✅ Requirements

  • Python 3.x
  • Tkinter