Are you looking for a last minute gift for your loved ones? DateDiff is for you! DateDiff is a python program that calculates how man years, months, days, hours, minutes and seconds passed since the date you given.
1) Open the python file in a code editor and Change the date and time you want to calculate the difference from (Its located in line 10-19). Also change the last line too. Make sure you saved the file.
demo1.mp4
2) Before you run the program make sure to install the requirements by excecuting the command: pip install -r requirements.txt
demo2.mp4
Important
Ensure you are in the correct directory when running the program. If you encounter a "No such file or directory" error, copy the directory path of the DateDiff folder and repeat step 3 again.