Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 675 Bytes

File metadata and controls

31 lines (24 loc) · 675 Bytes

Analog Wall Clock

A real-time analog wall clock built using Python’s turtle graphics and threading.

Features

  • Hour, minute, and second hands update in real time
  • Decorative clock face with numbers and circles
  • AM/PM indicator
  • Hands rotate in sync with system time

Technologies Used

  • Python
  • turtle (graphics)
  • threading (concurrent hand updates)
  • datetime (system time)

Usage

  1. Run clock.py.
  2. The clock window will appear and update in real time.

Requirements

  • Python 3.x
  • turtle (usually included with Python)

Extensibility

  • Add digital clock overlay
  • Custom themes (dark/light mode)
  • Alarm feature or tick sounds

License

MIT