Digital Clock Using Python
Digital Clock Using Python
Using Python
By : Uday Sharma
ID : BC2024045
Submitted To : Mr.
Nishant Thakur
Slide 2:
Introduction
Libraries :
Tkinter – for GUI
Time – for real clock
Slide 5:
This function gets the current time and updates it every second
using after().
Slide 8:
Features
Displays time in real-time
Auto-refreshes every second
Minimal and clean user
interface
Uses only standard libraries
Works smoothly on all
platforms
Slide 10:
Limitations
Does not show date
Future Improvements
Add alarm or reminder feature
Show date and day
Add themes (dark/light)
Support for different time zones
These updates can make the project more useful.
Slide 12: