This is a Python project that uses the Pygame library to create a visual clock animation. The animation displays a clock face with hour, minute and second hands that move in real-time. The clock face is a white circle with black background and numbers representing hours are placed around the clock face.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need to have the following installed on your machine:
- Python (3.x recommended)
- Pygame
To run the code, navigate to the root directory of the project and execute the following command:
python clock.py