An easy way to view how grades behaved throughout the semesters, generating a txt and plotting graphs related to grades means and separating the student performance by knowledge area
pip install selenium
pip install urllib
pip install plotly
pip install statistics
Install a webdriver (same version of your browser)
The student should pass login and password from [sigaa] as command line arguments
python sigaa_grades.py <login> <password>