https://github.com/mursalatul/age_calculator
Age calculator is a simple program for calculating age from inputed date to the current date or a specific date.
https://github.com/mursalatul/age_calculator
age agecalculator calculator
Last synced: about 1 year ago
JSON representation
Age calculator is a simple program for calculating age from inputed date to the current date or a specific date.
- Host: GitHub
- URL: https://github.com/mursalatul/age_calculator
- Owner: mursalatul
- License: mit
- Created: 2021-03-06T19:55:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T12:45:37.000Z (over 2 years ago)
- Last Synced: 2025-03-28T00:51:16.364Z (over 1 year ago)
- Topics: age, agecalculator, calculator
- Language: Python
- Homepage:
- Size: 171 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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