Inspiration

My inspiration was when I saw how an analog clock worked and wondered if I could use python to simulate one.

What it does

It moves a "hand" around circle, and also erases it afterwards, to simulate a real hand moving around.

How we built it

I used python to create the outside clock face and to erase and create a new line every second.

Challenges we ran into

Some challenges were that it was quite hard to make the hands move at a constant rate and to erase the last hand created.

Accomplishments that we're proud of

I was proud of the accomplishment of being able to erase and create a new clock hand in sync.

What we learned

I learned how to use the "time" library in Python, and how to create variables that can keep changing every time the loop the variable is in is triggered.

What's next for Clock

I will continue to add more hands to the clock, and make it a bit more realistic.

Built With

Share this project:

Updates