View Single Post
Posts: 2,225 | Thanked: 3,822 times | Joined on Jun 2010 @ Florida
#36
Leojab: He's getting the first one implemented, he already said that. The second one... might actually be possible, not sure if he wants to include it in this one. It should be doable in the clock style though.

Something like should work, if I understand it correctly:
Code:
if str(self.time.second) == 00 :
    if str(self.time.minute) == 00 :
        [python code for playing sound file]
 

The Following 2 Users Say Thank You to Mentalist Traceur For This Useful Post: