Jonathan. Frech’s WebBlog

JClock IV (#53)

Jonathan Frech

Combining the built-in Pygame function pygame.draw.arc() with time, I came up with this alternative clock de­sign.
The red arc represents hours, the green one minutes, the blue seconds and the white arc represents centiseconds (a hundredth of a second).
Although it is a clock, you read it anti-clockwise.

Source code: jclock-iv.py