diff --git a/WaterReminder.py b/WaterReminder.py new file mode 100644 index 0000000..6f2dca8 --- /dev/null +++ b/WaterReminder.py @@ -0,0 +1,10 @@ +import time +from plyer import notification +notification.notify( + title ='Please drink water', + message='water is our life so we should always drink clean water and be healthy!!!', + timeout=15 + ) + + +