An open API service indexing awesome lists of open source software.

https://github.com/robb-fr/python-docx-correction

Tests the python-docx library for correcting office automation exams given to high school students
https://github.com/robb-fr/python-docx-correction

bureautique docx python python-docx

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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`.