Skip to content

Release 1.0

Latest
Compare
Choose a tag to compare
@Hanse00 Hanse00 released this 14 Jun 16:35

The first release version of the turtle timer!

Dependencies
Python 3.4
Tkinter and turtle modules (Default with python 3.4)

A python script which draws a countdown timer using Tkinter and turtle graphics.

Screenshot
turtle_timer

The time can be set in minutes and seconds, and the timer will thereafter count down, using the turtle to indicate completion percentage.

Running
Simply run the timer.py script, with python 3.4, then enter the desired time in the window, and click start to count down!