pip install PsychoPy
Jonathan Peirce
Psychology experiment software in Python
PsychoPy is an open-source package for creating experiments in behavioral science. It aims to provide a single package that is:
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:
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 http://www.psychopy.org/developers/developers.html
N/A