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.
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!