Reminder Using Tkinter Reminder Using Tkinter tkinter tkinter

Reminder Using Tkinter


At first thought you can have a tk config dialog, where you can add new rules, edit messagebox strings etc. Then you will have in which you will use the time module. From there you can access the system time.

If you want to display windows messageboxes, you can find them in the ctypes libary.


for the time you can use:

from datetime import datetime

and for the messagebox you can use:

import ctypesctypes.windll.user32.MessageBoxW(None, 'it\'s time to eat!', 'reminder', 0x40)#0x40 makes an ok button