Tests the python-docx library for correcting office automation exams given to high school students
This repo contains a jupyter notebook for testing automated correction of office automation exam given to high school student. The evaluation criteria (in french) are written in markdown cell and the following code cells aims to check the fulfilling of these criterias.
python3 -m venv venv && source venv/bin/activate
pip install -r requirements.txt
jupyter notebook
Then open Test Correction.ipynb
.