Skip to content

A simple Digital Clock built using Python and Tkinter. Displays the current hour, minute, second, AM/PM, and live date using the datetime module.Built to practice GUI development and Python basics. As a Computer Science undergraduate, I created this as part of learning desktop GUI apps with Python.

Notifications You must be signed in to change notification settings

Osagani31/Digital-Clock-Using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

⏰ 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

About

A simple Digital Clock built using Python and Tkinter. Displays the current hour, minute, second, AM/PM, and live date using the datetime module.Built to practice GUI development and Python basics. As a Computer Science undergraduate, I created this as part of learning desktop GUI apps with Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages