The Student Report Card App 📚 is a Tkinter GUI for entering student names & marks (0–100) in 5 subjects. It calculates totals, percentages, & grades 🏆, shows animated report cards 🎥, and saves them ...
This project was one of many little projects I wrote while teaching myself Python from scratch. Code 100% my own, based an algorithm which I deduced from someone else's sudoku solver video on YouTube.
Code below has 1 major and 1 minor problem. Major issue is, once you push the button it visually stays pushed. Minor problem is, I run this in Cygwin. I've got an rxvt window behind the Tk window.