Psychopy Tools¶
This package contains some tools to make working with Psychopy easier.
Example functionality¶
- Graceful clean-up function to handle quitting an experiment safely by closing devices (e.g. serial port) and data files
- Extra convenience methods for
core.Clock()that automatically do non-slip timing (e.g. for fMRI studies) - Extra
.draw_feature()methods for visual elements that alter functionality (e.g. drawing/moving avisual.RatingScalewithout collecting a rating)
Function Help¶
Credits¶
This package was created with Cookiecutter and the ejolly/cookiecutter-pypackage template.