This repository is data analyzer for UEQ+ data in Python. The calculations are copied from the data analysis tool of the oficial UEQ+ website.
ueq-plus-data-analyze
| .github # used for github files
| workflows # used for github actions
| data # example data which shows the needed data structure
| src
| ueq-plus-anazye
| .gitignore
| definitions.py # defines global variables
| LICENSE
| README.md
| requirements.in # every new package should be written in here