https://github.com/nanofuzz/testloop-2024-analysis
Analysis of user study data
https://github.com/nanofuzz/testloop-2024-analysis
Last synced: about 1 year ago
JSON representation
Analysis of user study data
- Host: GitHub
- URL: https://github.com/nanofuzz/testloop-2024-analysis
- Owner: nanofuzz
- License: mit
- Created: 2024-07-25T16:51:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T19:17:02.000Z (about 1 year ago)
- Last Synced: 2025-03-24T20:26:51.150Z (about 1 year ago)
- Language: Python
- Size: 462 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TestLoop analysis
## Prerequisites
### Python
Install [Python][], then install our dependencies:
```sh
pip install -r requirements.txt
./getfonts.sh
```
## Usage
### Python
Run the script:
```sh
python3 main.py
```
This will output the non-marginal contents of the data tables from the article.
[python]: https://docs.python.org/3/using/index.html