Skip to content

chetangotgithub/TaskReminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages