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
- Host: GitHub
- URL: https://github.com/robb-fr/python-docx-correction
- Owner: Robb-Fr
- License: gpl-3.0
- Created: 2022-10-17T19:10:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T09:38:42.000Z (over 3 years ago)
- Last Synced: 2025-07-07T21:36:11.308Z (8 months ago)
- Topics: bureautique, docx, python, python-docx
- Language: Jupyter Notebook
- Homepage:
- Size: 554 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.