psychopy

For running psychology and neuroscience experiments

1210
692
Python

PsychoPy

PyPI version
Contributor Covenant


Announcement!!

We are excited to announce that PsychoPy will be hosting a 3-day in-person code-sprint at the University of Nottingham from 15-17 April 2024. The code sprint will be an opportunity for us to get together in person and improve PsychoPy/JS. Anyone who would like to attend will need to fill out the online application by 31 January 2024. Those selected will be notified by the end of February.


PsychoPy is an open-source package for creating experiments in behavioral science. It aims to provide a single package that is:

  • precise enough for psychophysics
  • easy enough for teaching
  • flexible enough for everything else
  • able to run experiments in a local Python script or online in JavaScript

To meet these goals PsychoPy provides a choice of interface - you can use a
simple graphical user interface called Builder, or write your experiments in
Python code. The entire application and library are written in Python and is
platform independent.

There is a range of documentation at:

Contributions

To contribute, please fork the repository, hack in a feature branch, and send a
pull request. For more, see CONTRIBUTING.md
and the developers documentation at https://www.psychopy.org/developers

Code Status

Language grade: Python
Dev branch tests: GH tests
Release tests: GH tests

More information