Skip to content

A practical easy to use Tool for students at The University of Melbourne to have their Mark analysed across time/courses.

Notifications You must be signed in to change notification settings

lich2000117/WAMAnalyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WAMAnalyser

Table of Contents
  1. What is this?
  2. Functionality
  3. How to Use
  4. Uninstall
  5. Known Issues
  6. Developer Notes
  7. Uninstall

Your Login information is only used to login into school's website. Your Information will NOT be gathered or shared with any other use.


What is this?

Get Latest WAM / COVID-19 WAM and bunch of Analysis based on your subject group, semester etc.

Since the University provides students options to include all of their results(including COVID WAM^) in their final year's wam calculation, it is important to know which option is better for you. Therefore, I wrote this small program that aotumatically calculate your wam with/without covid-19 wam boost.

Functionality:

  1. Login into unimelb website with 2-step verification (Okta and Google Authenticator)
  2. Retrive latest course results
  3. Comparisons between Standard WAM and Covid-Affected WAM. More Info: (https://students.unimelb.edu.au/your-course/manage-your-course/exams-assessments-and-results/results-and-academic-statements/wam/wam-adjustments-2021)
  4. Analysis Plot based on Subjects, Course, Semester
Overall Statistics Bar Plot
Login Detail

How to Use:

Mac/Linux User:

  1. Make sure you have Python 3.8+ Installed. Upon Installation, make sure "Add Python to PATH" is enabled.
  2. Copy "WAMAnalyser.py" to Desktop.
  3. Open "Terminal" app.
  4. Enter the following Codes in terminal:
  5. cd Desktop
  6. pip3 install pandas selenium webdriver_manager tabulate plotext lxml ## if you can't run this step, it means you don't have a valid Python 3.8+ installed
  7. python3 WAMAnalyser.py
  8. Follow Instructions in Terminal.

Windows:

  1. Make sure you have Python 3.8+ Installed. Upon Installation, make sure "Add Python to PATH" is enabled.
  2. Copy "WAMAnalyser.py" to Desktop.
  3. Right Click to the Desktop and "Open in Terminal"
  4. Enter following lines in Terminal:
  5. pip install pandas selenium webdriver_manager tabulate plotext lxml ##If it doesn't work, it means you don't have a valid Python 3.8+ Installed.
  6. python WAMAnalyser.py
  7. Follow Instructions in Terminal.

Uninstall:

Mac/Linux User:

  1. pip3 remove selenium webdriver_manager tabulate plotext lxml Then Delete the downloaded files.
  2. Windows:

  3. pip remove selenium webdriver_manager tabulate plotext lxml
  4. Then Delete the downloaded files.

Known Issues:

  • Login might fail if you have bad internet connections.
  • For Privacy issues the password will not be displayed but it still works.

Developer Notes:

  1. Always use XPATH and javascript click instead of simple .click() as some of the button may not be visible.
  • XPATH: always use XPATH without dynamic id in it, for example, we don't want id="input17" as it is a dynamic field
  • Solution: simply delete this field in the browser's "inspect" tab and copy XPATH again to get one without dynamic ID.
  1. Use JavaScript Click rather than .click()
    element = driver.find(xxxx) 
    driver.execute_script("arguments[0].click();", element)
    
  2. Build in Windows: use terminal 'auto-py-to-exe' to build, pip can install this package

About

A practical easy to use Tool for students at The University of Melbourne to have their Mark analysed across time/courses.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages