Skip to content

Files

Latest commit

 

History

History

Age Calculator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Age Calculator

This repository contains a simple Age Calculator application built using Python. The application calculates the age of a person in years, months, and days based on their date of birth.

Description

The Age Calculator allows users to input their date of birth and calculates their current age in years, months, and days. This is useful for determining one's exact age and can be used in various applications where precise age calculation is required.

Required Modules

This script uses the standard Python library datetime. No additional modules are required to run this script.

How to Install Required Modules

Since no additional modules are required, there is no need for installation of external libraries. Ensure that you have Python installed on your system.

How to Run the Script

  1. Clone the Repository:
               cd age-calculator
  1. Run the Script:
               python3 age_calculator.py