From e6cee4c26057fe32bd08e4f15d852f7f0d39a322 Mon Sep 17 00:00:00 2001 From: waldek Date: Sun, 23 May 2021 16:11:15 +0200 Subject: [PATCH] adds a readme --- readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..4ec6501 --- /dev/null +++ b/readme.md @@ -0,0 +1,12 @@ +# Class coding project - Questionnaire + +This project serves as a python3 coding exercise for everybody who feels like participating. +The end result should be useful for everyone following the course. +The idea is to create a command line program to help us prepare for the LPI certificates. +The data for the exercise comes from the `data/*.csv` files and is currently hard coded. +The `./poc_standalone.py` is a **proof of concept** on how the end program should function. +It *kind* of works but there is a lot to fix and improve. +The `./standalone_tui.py` is a basic [MVC](https://realpython.com/the-model-view-controller-mvc-paradigm-summarized-with-legos/) implementation we can build on. + + +