Improve formatting
Improve code and output readability:
- reformat code using ruff
- rename the
bytes
variable tolength
becausebytes
is already a keyword in Python (class and function name) - add the word "score" to labels for all fields that present calculated scores - this is propagated to the CSV output