Skip to content

A python script to print out how old you are in days along with the number of days until your birthday

Notifications You must be signed in to change notification settings

SeanBolt/birthday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

🎂 Birthday

A python script to print how old you are in day's along with the number of days until your next birthday

Instructions

This file will need some modifications to work for you.

  1. 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 form date(YYYY, MM, dd).

  2. You may need to add this file to your python path.

  3. run the file by simply typing birthday in your terminal

About

A python script to print out how old you are in days along with the number of days until your birthday

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages