Skip to content

πŸ“± 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 🎨

License

Notifications You must be signed in to change notification settings

virendracarpenter/age-calculator-flet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ‚ Age Calculator

Python Flet License Releases

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

Repository preview

✨ 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 Instructions

Follow these steps to set up and run the Age Calculator application locally on your machine .

βœ… Prerequisites

  • Python 3.9+ installed
  • Recommended: Use a virtual environment (venv) to manage project dependencies

πŸ“‚ Step 1: Clone Repository

  1. Fork the Repository
  2. Clone using this command
git clone https://github.com/virendracarpenter/age-calculator-flet.git
cd age-calculator-flet

βš™οΈ Step 2: Set up the Environment

Create Virtual Eenvirnoment:

python -m venv .venv

Activate the Virtual Environment:

  • macOS / Linux:

    source .venv/bin/activate
  • Windows (Command Prompt):

    .venv\Scripts\activate.bat
  • Windows (PowerShell):

    .venv\Scripts\Activate.ps1

Install Dependencies

pip install .

▢️ Step 3: Run the Application

Run in a native desktop window:

flet run 

Run as a web app:

flet run --web 

πŸ“Έ Screenshots

About

πŸ“± 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 🎨

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages