From 976b476d0e56e3c28204c957be8d10e5c332fa47 Mon Sep 17 00:00:00 2001 From: Guillaume Raffy Date: Fri, 9 Dec 2022 19:16:06 +0100 Subject: [PATCH] added readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..efe5669 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +tool to check declared teaching hours from csv file extracted from OSE (Organisation des Services d'Enseignement) + +Usage: + +```sh +python3 ./main.py +``` + +Generates the `df3.csv` from `sample.csv`.