This Python-based Student Progress Report Generator allows educators and administrators to generate progress reports for students based on their scores, attendance, and other performance metrics. The tool processes data input in a structured format (e.g., CSV or Excel files) and outputs comprehensive reports for each student.
A simple gui is made using tkinter, allowing users to add college details like name, logo, address, department etc.
- Python 3.6 or above
-
- Libraries:
pandas
for data manipulationfpdf
for creating PDFstkinter
for gui
- You can install the required libraries using the following command:
pip install fpdf pandas
- cd to the project folder and run the main.py
python main.py
Improve overall design of report cardDevelop simple GUI to make the process easy- Add student attendance details