Simple-stimuli

Simple-stimuli is a Python package for delivery of simple auditory and visuals stimuli which does not require PsychoPy[1][2][3]. Instead, it uses opencv-python for visual stimuli and sounddevice for auditory stimuli. For complex paradigm and use cases, PsychoPy[1][2][3] and its builder should be preferred.

Install

Simple-stimuli is available on PyPI and on conda-forge.

pip install stimuli
conda install -c conda-forge stimuli
pip install git+https://github.com/mscheltienne/simple-stimuli

Citation

If you use this package, please cite using the information in CITATION.cff.

Scheltienne, M. simple-stimuli [Computer software]. https://github.com/mscheltienne/simple-stimuli
@software{Scheltienne_simple-stimuli,
  author = {Scheltienne, Mathieu},
  license = {MIT},
  title = {{simple-stimuli}},
  url = {https://github.com/mscheltienne/simple-stimuli}
}

License

simple-stimuli is licensed under the MIT license. A full copy of the license can be found on GitHub.

References