I have a programming project where i have to convert marks into grades with tkinter and python, look at the design. We have learned most basic things in python like statements/function/loops and Tkinter from videos. And i need help coding it π
using Visual Studios
Basicly Its 3 pages
when you launch you get to a page where it says "Welcome to gradesoft" and then u enter ur name (any name should work no limitations or smthn)
then when u enter the name u get to a page where you should enter 3 things, Marks, Student name(Any name) then The subject. On the side are the criterias for each grade with the makrs that the student got.
Then on the 3rd and final page it should say, ?(the name of the student) got (grade, deping on the marks u input) in (subject, the one that u input) and then below that it says Past grades that could just be anything. And then photo of the student, does not need to be complex can be one photo for every time you use this.
So if someone can help me code this because i get the python part but im really bad at tkinter.