From b57ce512ae5dc2eb9dfd3e593e62c8b2b1497d25 Mon Sep 17 00:00:00 2001
From: Millian Poquet <millian.poquet@irit.fr>
Date: Tue, 13 Dec 2022 19:00:56 +0100
Subject: [PATCH] doc: initial README

---
 README.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b352d83
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# ut3-survival
+Set of tools to stay sane while teaching at UT3.
+
+### Rationale
+Many tools are available at UT3 to get various information.
+However, most of these tools have not been made with automation in mind either because their interface is only interactive (graphical) or because the output formats are not usable (looking at you xls files), or both.
+
+Tools from this repo aims at helping the automation of tedious stuff that we regularly have to do, such as:
+- Who are the students I have class with?
+- Can I get the Moodle submissions of my students?
+
+### Acknowledgements
+- The REALIST conversion script (XLS -> CSV student list) is heavily inspired from a script written by Emmanuel Rio.
-- 
GitLab