nibeditans's picture
Update README.md
a8d3cae verified
|
Raw
History Blame Contribute Delete
925 Bytes
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.