Skip to content

RohitGavale/DigitalClock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

🕒 DigitalClock


Introduction

This project is a Digital Clock implemented using Python and the Tkinter library. It displays the current time, date, and day in an attractive graphical user interface (GUI). The clock updates dynamically and shows the following details:

  • Current Hour, Minutes, and Seconds

  • AM/PM format

  • Date, Month, Year, and Day

Features

  • Displays time in a user-friendly interface.

  • Shows AM/PM notation.

  • Provides date details (day, month, year).

  • Dynamic real-time updates every 200 milliseconds.

  • GUI created using Tkinter with colorful labels and an intuitive layout.

Prerequisites

Ensure you have the following installed:

  • Python 3.x

  • Tkinter (comes pre-installed with Python)

How to Run

  • Clone this repository or download the source code.

  • Open a terminal/command prompt and navigate to the project folder.

  • Run the following command to start the clock:

    python digital_clock.py
    
  • The digital clock GUI will open and display the current time and date.

Screenshot

Screenshot 2024-12-22 140224


If you have any suggestions or issues, feel free to reach out or open an issue on GitHub!

About

Digital Clock Using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages