Skip to content

bioked/python-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python utilities

A small (but growing) batch of python utils.

Scripts

  • 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.

Run

python -m venv venv
source venv/bin/activate
python parse_json.py
python experiment_logger.py

About

utility scripts for research tasks (JSON parsing, experiment logging)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages