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.
- 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.