Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.17 KB

README.md

File metadata and controls

20 lines (11 loc) · 1.17 KB

PsychoPy

PsychoPy is an open-source package for creating psychology stimuli in Python (A real and free alternative to Matlab). PsychoPy combines the graphical strengths of OpenGL with the easy Python syntax to give psychophysics a free and simple stimulus presentation and control package.

The goal is to provide, for the busy scientist (including me!), tools to control timing and windowing and a simple set of pre-packaged stimuli and methods. The code is platform independent, using Python and C libraries that are widely available.

Contributions

To contribute, please fork the repository, hack in a feature branch, and send a pull request. For more, see http://www.psychopy.org/developers/repository.html.

Code status

  • tests status travis-ci.org (master branch)

  • coverage status coveralls.io (master branch)

More information