Skip to content

hakeemyusuff/Birthday-Estimator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Birthday-Estimator

Ever wondered how many days until your next birthday, or what age you'll be turning? This Python program has you covered!

Features

  • Calculates your current age based on your birthdate.
  • Determines the exact date of your next birthday.
  • Tells you how many days are left until your next birthday celebration.

Usage

  1. Clone this repository.
  2. Ensure you have Python installed.
  3. Run the program using python3 birthday_countdown.py
  4. Follow the prompts to enter your name and birthdate in the format YYYY-MM-DD.
  5. The program will do the calculations and present you with the results!

Modules Used

  • calendar: For working with dates and months.
  • datetime: For getting the current date.
  • months.py (custom module): Contains month names and index mappings (included in the repository).

Contributing

Feel free to fork this repository and make your own enhancements!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages