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