This project is a desktop application built with Python and the Tkinter library.
It provides a simple, user-friendly interface for displaying the current time and controlling a stopwatch with start, stop, resume, and reset functionality.
🔹 Features:
Digital Clock: Displays the current time and updates dynamically.
Stopwatch: Allows starting, pausing, resuming, and resetting the timer.
Custom GUI: Designed using Tkinter with organized layouts and clear labels.
Accurate Time Tracking: Uses Python’s time and datetime modules for precise time measurement.
Modular Code Structure: Implemented with Object-Oriented Programming (OOP) for clarity and maintainability.
🔹 Technologies Used:
Python 3
Tkinter (for GUI)
time & datetime libraries
🔹 Purpose:
This project demonstrates GUI programming and time management in Python.
It can be used as:
A learning project for Tkinter and OOP in Python.
A foundation for building more complex apps like alarms, countdown timers, or productivity tools.