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

https://github.com/virendracarpenter/age-calculator-flet

📱 Age Calculator - Material You Android app built with Python & Flet. Features: 🗓️ Calendar date picker | 📅 Years/Months/Days breakdown 🎨 Minimal UI | 🔗 GitHub integration button ⬇️ APK available in Releases Tech: Python 🐍 + Flet 🚀 + Material 3 🎨
https://github.com/virendracarpenter/age-calculator-flet

age-calculator android birthday flet flet-example fluttter python python3

Last synced: 7 months ago
JSON representation

📱 Age Calculator - Material You Android app built with Python & Flet. Features: 🗓️ Calendar date picker | 📅 Years/Months/Days breakdown 🎨 Minimal UI | 🔗 GitHub integration button ⬇️ APK available in Releases Tech: Python 🐍 + Flet 🚀 + Material 3 🎨

Awesome Lists containing this project

README

          

# 🎂 Age Calculator

[![Python](https://img.shields.io/badge/Python-3.10%2B-blue.svg)](https://python.org)
[![Flet](https://img.shields.io/badge/Flet-0.25%2B-9cf.svg)](https://flet.dev)
[![License](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Releases](https://img.shields.io/github/downloads/virendracarpenter/age-calculator-flet/total.svg)](https://github.com/virendracarpenter/age-calculator-flet/releases)

A modern age calculator Android app built with Python and Flet Framework featuring Material You design.

![Repository preview](./media/repository_preview.jpg)

## ✨ Features
- Material You dynamic color theming
- Calendar date picker widget
- Accurate age calculation (years, months, days)
- Clean minimalist UI
- GitHub integration button
- Responsive layout

## 📦 Devlopment Installation
```bash
git clone https://github.com/virendracarpenter/age-calculator-flet.git
cd age-calculator-flet
pip install -r requirements.txt
flet run
```

## 📸 Screenshots