Marks Central is a simple student grading system developed using Python, that has the following functionalities:
- Entering the Grades of a student
- Removing a student from the system
- Calculating the average grades of students.
- Entered data is stored in .json for later access.
- The user is able to select whether he/she wants to remove a student, enter grades for a
student or find the average grades. - There is a log-in system to allow only admin access to the grading system.
- When the first time it is run, it prompts for admin user and password creation and stores them in .env file.
- All student data is stored in a .json file for later use.
- os
- getpass
- dotenv
- statistics
- json
- Method 1: Run an Executable
- Windows: Run the "marks_central.exe" file in build folder.
- Method 2: Download Python and the modules (if not already installed) and Run the "main.py" file in src folder.
⭐ Star this repo if you found it helpful! Thanks for reading.
