https://github.com/pranee123/age-metrics
Calculate and visualizing your age in years, months, weeks, days, hours, minutes, and seconds, along with birthday occurrences by day of the week.
https://github.com/pranee123/age-metrics
datetime pandas streamlit time timedelta
Last synced: about 2 months ago
JSON representation
Calculate and visualizing your age in years, months, weeks, days, hours, minutes, and seconds, along with birthday occurrences by day of the week.
- Host: GitHub
- URL: https://github.com/pranee123/age-metrics
- Owner: pranee123
- License: mit
- Created: 2024-10-21T15:48:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-23T05:14:21.000Z (over 1 year ago)
- Last Synced: 2025-07-03T06:05:38.618Z (12 months ago)
- Topics: datetime, pandas, streamlit, time, timedelta
- Language: Python
- Homepage: https://age-analyzer.streamlit.app/
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Age Calculator Project
This project is a web application built using Streamlit that calculates your age based on the date of birth you input. It displays your age in years, months, weeks, days, hours, minutes, and seconds, along with a bar chart showing the occurrences of your birthday by day of the week. The application also features live tracking of elapsed time since birth and motivational quotes celebrating life.
## Features
- User-friendly interface for date of birth input.
- Age calculation in various time units.
- Occurrences of birthdays displayed in a bar chart.
- Live tracking of current time and elapsed time since birth.
- Inspirational quotes related to age and celebration.
## Setup Instructions
1. Clone the repository.
2. Create and activate a virtual environment.
3. Install the required packages:
```bash
pip install -r requirements.txt