A small (but growing) batch of python utils.
- experiment_logger.py: log participants and actions with error handling and CSV export.
- parse_json.py: load a JSON file and pretty-print it. Comes with a sample.json so you can run it directly.
python -m venv venv
source venv/bin/activate
python parse_json.py
python experiment_logger.py