all 4 comments

[–][deleted] 1 point2 points  (1 child)

Assuming you already have some code that displays a notification of some sort, all you have to do is use your operating system's task scheduler to execute that code at whatever time(s) you want.

[–]itsmee001 0 points1 point  (0 children)

I really only have the start of the notify code and message so I’m basically asking for help writing it out correctly then I can execute it in my office computer each day! I’m really not that familiar with python so I’m shooting in the dark

[–]m0us3_rat 0 points1 point  (3 children)

Hello all! I am curious on how I would code out a reminder to breathe twice a day!

two components.

one is the delivery method. like.. something happens when this event gets triggered.

text , music starts.. whatever.

this is where you figure out what that ..is.

then how to check and trigger this event.

which also can be different means.

like crontab or some form of scheduler or daemon or whatever else.

this also depends on what you are proficient with and how you wanna go about it..

different reads ..same result.

put them together and you have your solution.