Tired of professors disabling the "View Current Grade" feature on Blackboard?
Manually calculating your grades every time is frustrating โ so hereโs a simple Selenium script to make it easier!
This script helps you quickly extract and calculate your current grade from any course's Gradebook on Senecaโs Blackboard.
Once the script is launched:
- A browser window will open automatically.
- Manually log in to Blackboard with your Seneca credentials.
- Navigate to the Gradebook of the course you want to check. Your screen should like like this. You have 100 seconds to log in and open grades webpage. Feel free to increase/decrease it as needed.
- The script will fetch and calculate your current grade based on the visible entries.
git clone https://https://github.com/gurmehakkaur/SenecaGradeCalcpip install -r requirements.txtpython main.py