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
-
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.
Ensure you have the following installed:
-
Python 3.x
-
Tkinter (comes pre-installed with Python)
-
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.
If you have any suggestions or issues, feel free to reach out or open an issue on GitHub!