This project provides an implementation for calculating the scoring based on the Pittsburgh Sleep Quality Index (PSQI)
To run this software you will need to have go
installed which is available at go.dev/dl
Clone this repository and open a terminal window inside the cloned folder
Place the .csv file in the root of the cloned folder - same path as the main.go
file - with the following name PSQI-BR (respostas) - Respostas ao formulário 1.csv
Run the following command in the terminal:
go run main.go
A csv file named psqi-pt-scoring-results.csv
will be created and will contain the scoring results for each
entry present in the input csv file.