Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 782 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 782 Bytes

Age Calculator GUI

This is a simple GUI program created using Python and the Tkinter library that allows you to calculate your age by entering your date of birth. The calculated age is displayed showing total years, months, days, hours, minutes and seconds.

Screenshots

image image

Usage

  • Run the program by running the age_calculator_GUI.py file.
  • Enter your date of birth in the format YYYY-MM-DD into the respective Entry widgets.
  • Click on the "Calculate" button to calculate your age.
  • Your age will be displayed in the canvas widget below the button.