An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![Screenshot 2024-10-22 155654](https://github.com/user-attachments/assets/88682612-f390-4e80-b9b6-924377072789)

# 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