Skip to content

Latest commit

 

History

History
executable file
·
27 lines (26 loc) · 987 Bytes

README.md

File metadata and controls

executable file
·
27 lines (26 loc) · 987 Bytes

Age Calculator


About

Age calculator is a simple program for calculating age from inputed date to the current date or a specific date.
time is always constant(current international time) while calculating the age. this is a GUI version and you dont need extra packages to use this application. Just download, run and enjoy.


Download & Run

Open terminal and run,

git clone https://github.com/mursalatul/Age_Calculator.git
cd Age_Calculator
python age_calculator.py (windows)
python3 age_calculator.py (max/linux)

In some linux distro tkinter is not installed by default. In that case install tk