Task Reminder: An GUI build in python that helps in sending alerts for the task that you going to work today. It is not connected to database hence you need to run it manually every Day. It does not stores data in database hence your past task will not be visible if you stop the script.
Download Python
Install libraries:
- customtkinter
- win11toast
- tkcalendar
- threading
- time
- datetime
- schedule
pip install customtkinter
pip install win11toast
pip install tkcalendar
pip install threading
pip install time
pip install datetime
pip install schedule
Download files and run :
python Prototype1.py
This app is full of Bugs but it does the job :thumbs-up: