Skip to content

Latest commit

 

History

History
61 lines (48 loc) · 1.27 KB

README.md

File metadata and controls

61 lines (48 loc) · 1.27 KB

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:

  1. customtkinter
  2. win11toast
  3. tkcalendar
  4. threading
  5. time
  6. datetime
  7. 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

Home Screen:

image


View Task Screen:

image


Update Task Screen:

image


Notification:

image


This app is full of Bugs but it does the job :thumbs-up: