Age_Culculator / README.md
Turbiling's picture
Update README.md
b8dc332 verified
---
title: Age Calculator
emoji: πŸ“…
colorFrom: blue
colorTo: indigo
sdk: streamlit
sdk_version: "1.46.1"
app_file: app.py
pinned: false
---
# πŸ“… Age Calculator App (Years, Months, Days)
This is a simple and interactive web app built using **Streamlit** that allows users to calculate their exact age in **years, months, and days** based on their birthdate.
---
## πŸš€ Features
- Select your **birthdate** using a calendar widget
- Displays your age in a friendly format:
> πŸŽ‰ You are 25 years, 3 months, and 12 days old!
- Clean, responsive interface powered by Streamlit
---
## πŸ“¦ Requirements
This app uses the following Python packages:
- `streamlit`
- `python-dateutil`
These are already included in the `requirements.txt` file.
---
## πŸ“ Files Included
- `app.py` β€” Main application file
- `requirements.txt` β€” Python dependencies
- `README.md` β€” You're reading it!
---
## 🌐 Deployment
You can deploy this app on:
### ➀ Hugging Face Spaces
1. Go to [https://huggingface.co/spaces](https://huggingface.co/spaces)
2. Click on **Create New Space**
3. Choose:
- SDK: **Streamlit**
- Python version: 3.9 or 3.10
4. Upload:
- `app.py`
- `requirements.txt`
- `README.md`
5. Done! Your app is live πŸŽ‰
---
## πŸ§‘β€πŸ’» Built With
- [Streamlit](https://streamlit.io)
- [Python Dateutil](https://dateutil.readthedocs.io/)
---
## πŸ“œ License
This project is open-source and free to use.
---
## πŸ™‹β€β™‚οΈ Author
**Najaf Ali**
_A non-CS professional building AI-powered education tools using GenAI_