Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 950 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 950 Bytes

Days Until 📅

Intro

Whether it be a school or work assignment 🎯, or an event like a holiday, we tend to overstimate how much time we have to prepare for those events 📅.

This program aims to solve exactly this problem, the problem of important dates in the future seeming further away than they are.

In this program, you can see how much time there is left ⏳, you can save those events, order them by proximity, and delete them when you no longer need them.

program view

program showing date picker

Details

This is GUI python app using Tkinter. The dates are stored as key value pairs in a csv file. Running the install daemon script with root privileges will start the reminders/notification service.

Installation

git clone https://github.com/cr2551/Days_Until.git
cd Days_Until
python days_until.py