metadata
title: Age Difference Calculator
emoji: π
colorFrom: red
colorTo: red
sdk: docker
app_port: 8501
tags:
- streamlit
pinned: false
short_description: Compare the ages of two people and find the exact difference
license: mit
Age Difference Calculator
Compare the ages of two people and find the exact difference in years, months, and days.
Simply enter the names and dates of birth for both people, and the app will tell you who is older (or younger) and by exactly how much.
Features
- π Compare two dates of birth
- π Displays the exact age difference in years, months, and days
- β
Handles leap years and varying month lengths accurately using
python-dateutil - β¨ Proper singular and plural formatting (e.g., 1 day vs. 2 days)
Built with: Python, Streamlit, and python-dateutil
Source Code: Available on GitHub.