Skip to content

B3J4y/ueq-plus-data-analyze

Repository files navigation

UEQ Plus Data Analyzer

PyPI Tests

This repository is data analyzer for UEQ+ data in Python. The calculations are copied from the data analysis tool of the oficial UEQ+ website.

Project structure

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