18 lines
586 B
Markdown
18 lines
586 B
Markdown
# 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
|
|
|
|
```bash
|
|
python3 -m venv venv && source venv/bin/activate
|
|
pip install -r requirements.txt
|
|
jupyter notebook
|
|
```
|
|
|
|
Then open `Test Correction.ipynb`.
|