todxpy
todxpy copied to clipboard
Add time and reminder functionality
Every to-do app has a time or reminder feature. It should accept easy to use date and time formats like tomorrow 3pm
or tonight at 10
or next Tuesday at 4am
etc.
You can try notify-send
for simple notifications but a python library for it will make the work more manageable.
I would like to work on this.