Skip to content

Commit

Permalink
docs: Added README."fr".md translation via https://github.com/dephrai…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 13, 2024
1 parent d9ef1f9 commit 1a51861
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.fr.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# PERTgen

Code Python pour générer un graphique PERT et un diagramme de Gantt en fonction d'un calendrier de tâches.
Python code to generate a PERT graph and Gantt chart given a task schedule.

## Exigences

This project uses python3, and the following libraries must be installed to run it:
Ce projet utilise python3 et les bibliothèques suivantes doivent être installées pour l'exécuter :

- [RéseauX](https://networkx.github.io/)- Utilisé pour réaliser le graphique PERT.
- [Matplotlib](https://matplotlib.org/)- Utilisé pour créer le diagramme de Gantt, ainsi que pour afficher et enregistrer le graphique PERT et le diagramme de Gantt.
Expand All @@ -16,4 +16,4 @@ c'est-à-dire que chaque ligne à partir de la seconde doit avoir une tâche, sa

## Testez-le

Le projet peut être testé avec la simple interface graphique tkinter en exécutant`gui.py`avec l'interpréteur python3, bien que tout le code important soit dans`pert.py`qui peut également être exécuté après avoir spécifié quel fichier doit être chargé.
Le projet peut être testé avec la simple interface graphique tkinter en exécutant`gui.py` with the python3 interpreter, although all the important code is in `pert.py`qui peut également être exécuté après avoir spécifié quel fichier doit être chargé.

0 comments on commit 1a51861

Please sign in to comment.