A modern age calculator Android app built with Python and Flet Framework featuring Material You design.
- Material You dynamic color theming
- Calendar date picker widget
- Accurate age calculation (years, months, days)
- Clean minimalist UI
- GitHub integration button
- Responsive layout
Follow these steps to set up and run the Age Calculator application locally on your machine .
- Python 3.9+ installed
- Recommended: Use a virtual environment (venv) to manage project dependencies
- Fork the Repository
- Clone using this command
git clone https://github.com/virendracarpenter/age-calculator-flet.git
cd age-calculator-flet
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 .
Run in a native desktop window:
flet run
Run as a web app:
flet run --web