Skip to content

A basic desktop app written in python. GUI based on tkinter. User defines his events and than a new thread is created to add event to sqlite db. Another thread checks for the time to show noptification. Multithreading was necessary for GUI to not freeze due to the "while loop" whicvh waits to send notification.

Notifications You must be signed in to change notification settings

MichalAdamus-git/Event_Notifier_Desktop_APP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

About

A basic desktop app written in python. GUI based on tkinter. User defines his events and than a new thread is created to add event to sqlite db. Another thread checks for the time to show noptification. Multithreading was necessary for GUI to not freeze due to the "while loop" whicvh waits to send notification.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages