Python based tool that runs locally to aid in grading spelling tests.
A local Python tool that automates grading and error analysis for student spelling assessments.
Highlights
- Uses 11 per-word filters to classify spelling error types.
- Parses Excel workbooks automatically with OpenPYXL.
- Produces a student-friendly `results.xlsx` output for instructors.
Tech
- Python
- OpenPYXL
- Microsoft Excel
- PyCharm