This is a simple Python script that calculates a person's age in years, months, and days based on their input age and the current date. It also considers leap years to provide accurate results.
- Calculate age in years, months, and days.
- Handles leap years correctly.
- Easy to use and beginner-friendly.
- Python 3.x
- Standard Python libraries (
time
,calendar
)
- Clone the repository:
git clone - https://github.com/RajeshwarShingade/Calculate-Your-Age-RajeshwarShingade-projects-0001