Group: Grigorii Osipov Jacques Tatossian
Ensure you have python 3.10+ installed and VSCode with Python extension installed.
In VSCode in Terminal
$ git clone https://github.com/Nagariku/Master-thesis-excel-proccessing.git
$ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
$ python get-pip.py
$ pip install -r requirements.txt
Place your Excel files in the folder under the name that is listed in config.ini under "inputFolder". By default it is "Excel_surveys" If needed, adjust the settings in config.ini to your needs.
$ python run.py
These tests are written using pytest. To run them, use the following command:
$ python -m pytest
The tests are located in the tests folder and will test the functionality of the program and config file.
to be added -How to use -Settings in config file -Troubleshooting