Skip to content

psychopy/psychopy

dev
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

PKG: gevent is needed by iohub and lock file needed updating for this
1c4fce2

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
February 17, 2022 16:30
December 18, 2021 09:11
February 16, 2022 17:27

PsychoPy

PyPI version Contributor Covenant

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