A simple Streamlit web app that helps students compute how many additional classes they need to attend to reach a target attendance percentage.
- Calculates current attendance percentage
- Computes additional classes required using the standard formula and rounds up
- Progress bar and a small chart comparing current vs target
- Mobile-friendly, clean UI
app.py— main Streamlit applicationrequirements.txt— minimal dependenciesfly.toml— sample Fly.io configuration
- Clone the repo
git clone <your-repo-url>
cd <repo-folder>