A python script to print how old you are in day's along with the number of days until your next birthday
This file will need some modifications to work for you.
-
You'll need to add your birth date, do this by modifying this line:
date_of_birth = date(1995, 3, 25)
the date object is in the formdate(YYYY, MM, dd)
. -
You may need to add this file to your python path.
-
run the file by simply typing
birthday
in your terminal