Note
asSISt is currently undergoing a rewrite to be a website, so the main branch will only be receiving bugfixes.
An app designed to help calculate grades from StudentVUE by Synergy.
- Native support for weighted gradebooks 💪
- Blazing fast grade recalculation ⏲️
- See the effect of multiple sets of assignments on your grade 🏆
- Faster loading speed than native SIS 🏃
- Lightweight and minimalistic UI 🪶
- Cross-county compatibility 🤝🏻
- Robust Framework for more extensibility 🤖
Run the following commands:
git clone https://github.com/JasonGrace2282/asSISt.git
cd asSISt
python3 -m pip install -r requirements.txt
python3 -u main.py # to run the app
cd docs && python3 -m streamlit run website.py # to host site locally
- The program crashes with an
IndexError
if the gradebook doesn't have any assignments