AnshSSonkhia / GUI-Age-Calculator-and-Minor-Major-Validator-for-Bank-Account-using-tkinter

Help me in programming a age calculator and Minor (<18 years) / Major (>18 years) Validator for opening a bank account.
3 stars 3 forks source link

Program a GUI age calculator and voting eligibility validator ( i.e., for 18 years +) using python and tkinter. #1

Open AnshSSonkhia opened 3 years ago

AnshSSonkhia commented 3 years ago

STEP1 - You have to use python tkinter. STEP2 - Make a GUI Window. STEP3 - Take inputs for Age Calculator. (Name, Birth Year, Birth Month, Birth Date) STEP4 - Design a function for checking Error in the inputs. STEP5 - Then, design some functionality of if else, so that in output you can tell that, whether the person is eligible for opening a bank account or not. STEP6 - Give output. STEP7 - Store the outputs. (If possible for you)

Ayush21042002 commented 3 years ago

Hi @AnshSSonkhia can i work on this and can you elaborate a little regarding what functionalities to implement?

AnshSSonkhia commented 3 years ago

Hi @AnshSSonkhia can i work on this and can you elaborate a little regarding what functionalities to implement?

Yes, you can work on this.

STEP1 - You have to use python tkinter. STEP2 - Make a GUI Window. STEP3 - Take inputs for Age Calculator. (Name, Birth Year, Birth Month, Birth Date) STEP4 - Design a function for checking Error in the inputs. STEP5 - Then, design some functionality of if else, so that in output you can tell that, whether the person is eligible for opening a bank account or not. STEP6 - Give output. STEP7 - Store the outputs. (If possible for you)

Ayush21042002 commented 3 years ago

I have to output the account for which the user is eligible right like minor or major?

AnshSSonkhia commented 3 years ago

I have to output the account for which the user is eligible right like minor or major?

You have to output the calculated age and if the age is 18+ you will say that "you are a major and eligible for a bank account " but, if the age is less than 18 years. The output will be " Your age is __ , So you are a minor and not eligible for a bank account "