Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 793 Bytes

File metadata and controls

33 lines (22 loc) · 793 Bytes

Ultimate Clock

Ultimate Clock is a graphical clock application built using Python and Tkinter. It displays a clock with rotating hands and text that updates every second.

Ultimate Clock Normal Clock

Features

  • Analog clock with hour, minute, and second hands
  • Rotating text that updates with the current time
  • Smooth animation using Tkinter's after method

Requirements

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

Installation

  1. Clone the repository:

    git clone https://github.com/NguyenNguyen0/clock.git
    cd ultimate_clock
  2. Ensure you have Python and Tkinter installed.

Usage

Run the ultimate_clock.py script to start the clock application:

python ultimate_clock.py