Question: create a python code for the student grade report using tkinter , class and methods and try exception Following function must be use Create
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
Step by Step Solution
3.50 Rating (163 Votes )
There are 3 Steps involved in it
Below is a Python code using Tkinter for creating a student grade report with the specified functionality This code includes classes and methods for handling student records exception handling and GUI ... View full answer
Get step-by-step solutions from verified subject matter experts
