Spaces:
Sleeping
Sleeping
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_ | |