With this project you can quickly render personalised raports for every answer you got in csv file. So f.e. when writing down comments for each assessment you can then easily provide feedback for someone you checked.
In order to use the raport generator you have to either have:
- Docker installed
- PIP for Python 3.9.9
PIP instalation variant
pip3 install -r requirements.txt
Docker preparation variant
docker build --progress=plain . -t report_generator
all in test_getNumberFromFieldValue.py
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Put CSV files into data folder
docker run -it -v ${PWD}:/app --rm report_generator csv_file_name.csv
- Stack overflow - You know why
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use no versions at all for now.
- Szymon Maslowski - Programming work - Szymen
- Aleks Fuchs - Vision and usability consultant
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc