This software generates a student's report card along with the class rank. You can register and log in as a student or be the software admin and have access to the data like entering the marks, checking student records, deleting student records and editing student records.
The Technologies used in this project are:
-
Python Python is a computer programming language often used to build websites and software, automate tasks, and conduct data analysis.
-
Tkinter Tkinter is the standard GUI library for Python. Python when combined with Tkinter provides a fast and easy way to create GUI applications. You can install Tkinter by running the following command in the terminal.
pip install tk
- Pillow PIL is the Python Imaging Library. Inorder to support the images, we will require PIL. You can install Pillow by running the following command in the terminal.
pip install pillow
- MySQL Since this is a database based project, MySQL is used.
- Make sure you have Python, MySQL, Tkinter and PIL installed.
- Download the Python Code
- Download the images and add it to the same folder as of the code and mention it in the python program.
- The username and password to edit the data is admin & admin.