Générateur de rapport en docx ou latex pour les Comités de Sélection.
Dans un terminal, exécutez les commandes suivantes :
git clone https://github.com/bcharlier/grapport.git
cd grapport
python -m venv venv
source venv/bin/activate
pip install -r requirements.txtDans un terminal,
cd exemple/rapporteur
python main_rapporteur.pyDans un terminal,
cd exemple/jury
python main_jury.pyPour adapter le rendu à votre cas, vous pouvez ajouter un sous-répertoire dans le modulegrapport.templates.
- documentation
Benjamin Charlier - benjamin.charlier@umontpellier.fr
Rutger Noot - noot@math.unistra.fr : unistra_latex template
MIT, 2024.