|
| 1 | +# Marksheet - GUI |
| 2 | + |
| 3 | +## Objective |
| 4 | + |
| 5 | + It is to create a simple marksheet where it reduces the work by calculating the grade with the subject credits and it gives overall grade. |
| 6 | + |
| 7 | +## Library Used |
| 8 | + |
| 9 | + - Tkinter |
| 10 | + |
| 11 | +## Setup |
| 12 | + |
| 13 | + It is easy to setup just download code and go through prerequisites and run it. |
| 14 | + |
| 15 | +## Description |
| 16 | + |
| 17 | +The script is based on python, we have imported the tkinter modules. |
| 18 | + |
| 19 | +The workspace is created using tkinter module for looks like gui application. |
| 20 | + |
| 21 | +Buttons are created and alligned to give a neat outlook. |
| 22 | + |
| 23 | +Functions are created for each operation like grade calculation, SGPA clculation etc. |
| 24 | + |
| 25 | +Then main loop is set to call all function when user click the required button. |
| 26 | + |
| 27 | +## Sample Output |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | +**AUTHOR** : RAMMYA DHARSHINI K |
0 commit comments