Automated Grade Allotment for students.
This a python based GUI which take Marks of students in a excel sheet, computes the grades according to relative and absolute grading and generate a excel sheet with all the grades of the students.
Clone the project
git clone https://github.com/ran93r1210/Grade-Assigner-python.gitGo to the project directory
cd Grade-Assigner-pythonSetting up virtual environment
python -m venv my-name-virtual-env
source my-name-virtual-env/bin/activate Install dependencies
pip install -r requirements.txtExecution
python3 Grade_Allocator.py Python Idle (> 3.6)
Python Package Manager (PIP)
Tkinter python library