Life In Numbers/Charitesh-Team/StreamlitApps
Merge Request Overview
Project Title: Life In Numbers – A Multipage Streamlit App
This merge request integrates a multipage Streamlit web application developed by our team of five members. Each team member contributed an individual interactive app page, which has been consolidated under a single multipage interface (Home.py
).
Pages & Contributors:
-
Time Alive – Jayassimaha
Calculates how long a person has been alive based on their Date of Birth. -
Body Stats – Srujan
Computes personal health metrics like BMI and ideal weight. -
Horoscope Generator – Charitesh
Displays horoscope predictions based on the user's birth date. -
Life Milestones – Rohan
Highlights key milestones or events in a person’s life based on their age. -
Zodiac Info – Hashank
Determines and displays the user's zodiac sign and its traits. -
Save Stats – Jayassimaha
Allows users to download or store their generated stats/results.
Summary
All apps have been integrated into a clean multipage structure using Streamlit’s st.sidebar()
and page routing format. The UI is consistent across all pages with interactive input and real-time output. This MR merges the final working version into the main
branch.