Ever wondered how many days until your next birthday, or what age you'll be turning? This Python program has you covered!
- 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.
- Clone this repository.
- Ensure you have Python installed.
- Run the program using
python3 birthday_countdown.py
- Follow the prompts to enter your name and birthdate in the format
YYYY-MM-DD
. - The program will do the calculations and present you with the results!
- 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).
Feel free to fork this repository and make your own enhancements!