aeonu / single-line-diagram

Auto-drawing single line diagram
7 stars 1 forks source link

python #12

Open aeonu opened 1 year ago

aeonu commented 1 year ago

import time from plyer import notification

if name == "main": while True: notification.notify( title = "ALERT!!!", message = "Take a break! It has been an hour!", timeout = 10 ) time.sleep(3600)