https://github.com/agdhruv/cbse-students-marks
Python script to get the marks, grade and percentage of all students of a CBSE school.
https://github.com/agdhruv/cbse-students-marks
Last synced: 3 months ago
JSON representation
Python script to get the marks, grade and percentage of all students of a CBSE school.
- Host: GitHub
- URL: https://github.com/agdhruv/cbse-students-marks
- Owner: agdhruv
- Created: 2017-05-28T09:43:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T09:09:07.000Z (about 7 years ago)
- Last Synced: 2025-01-25T22:13:05.695Z (5 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cbse-students-marks
This script can be used to find out the 2017 CBSE Grade 12 scores (scores and grades of all subjects, and total percentage) of all students of a school.
The pre-requisites are that you must know the school code, examination centre code, and roll number of any one student. This is not a fool-proof method, but was a great Python exercise.You will need to install `requests` and `bs4` (Beautiful Soup 4) to run this script.