Skip to content

frank-shen-07/SACE_atar_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

SACE ATAR calculator

Website: https://frankshen1.pythonanywhere.com/

A demo web app to estimate your SACE ATAR based on expected subject grades or scaled scores.

Features

  • Quickly find and select SACE subjects with a dropdown search box.
  • A feature to toggle between entering grade letters or scaled scores.
  • Instantly see your estimated ATAR after submitting your subjects and grades.

To use the web app on your own device:

  1. Clone or download the folder to your computer.
  2. Install Python (if not already installed).
  3. Create a virtual environment in your folder ( python -m venv <environment_name> )
  4. Install required Python packages: pip install flask, pip install pandas, pip install numpy
  5. Run the Flask server: python SACEcalculator.py
  6. Open your browser and go to http://localhost:5000
  7. Enter your subjects and grades/scores, then click “Calculate ATAR” to get your result.

About

Estimate your SACE ATAR based on expected subject grades or scaled scores.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors