Problem
Create a python code for the student grade report using tkinter , class and methods and try exception
Following function must be use
• Create one textbox for name
• Create one textbox for student id
• Create one textbox for age
• Create one textbox for major
• Create one textbox for how many subject want to add then "add subject" button
• Of that number of subject textbox create
• Create a button for student average
• Display student average and grade individual student record
• Add continue button for add another student record insertion
• Add class report button
• If user click on the "class report" button display the class average and all student detail
• Add the graph button
• If user click on the graph button display the class bar chat graph
• Add reset button for clear all information