python-docx-correction - GitHub backup
Go to file
xiaoxue 64d4a24210 同步完整源码 - 2026-05-25 2026-05-25 00:32:50 +08:00
handout 同步完整源码 - 2026-05-25 2026-05-25 00:32:50 +08:00
.gitignore 同步完整源码 - 2026-05-25 2026-05-25 00:32:50 +08:00
LICENSE 同步完整源码 - 2026-05-25 2026-05-25 00:32:50 +08:00
README.md 同步完整源码 - 2026-05-25 2026-05-25 00:32:50 +08:00
Test Correction.ipynb 同步完整源码 - 2026-05-25 2026-05-25 00:32:50 +08:00
requirements.txt 同步完整源码 - 2026-05-25 2026-05-25 00:32:50 +08:00

README.md

python-docx-correction

Tests the python-docx library for correcting office automation exams given to high school students

Principle

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.

Installation and running

python3 -m venv venv && source venv/bin/activate
pip install -r requirements.txt
jupyter notebook

Then open Test Correction.ipynb.