World clock with multiple time zones Developed a GUI-based World Clock application using Python to display real-time time and date for multiple global time zones. Implemented Tkinter for an interactive user interface and pytz for accurate timezone conversions. The application updates automatically every second and supports a scrollable layout to accommodate a large number of cities. This project strengthened my skills in Python programming, GUI development, and time zone handling. Technologies Used: Python, Tkinter, pytz, datetime