Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

PsyParse provides code to deal with parsing log files generated by PsychoPy. You may find PsyParse useful for doing things like generating CSV dataframes from the default sequential logfiles generated by PsychoPy.

License

tnez/PsyParse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PsyParse

PsyParse provides code to deal with parsing log files generated by PsychoPy. You may find PsyParse useful for doing things like generating CSV dataframes from the default sequential logfiles generated by PsychoPy.

Author

Travis Nesland :: tnesland@gmail.com

Version

0.11 :: Project currently in alpha release and should be considered exerimental

Requirements

Installation

Assuming you have met the above requirements:

cd <some directory>
git clone https://github.com/tnez/PsyParse.git
cd PsyParse
sudo python setup.py install

To check that the installation worked, open a terminal and try the following::

ipython

Wait for ipython to load...

import psyparse
psyparse.available_classes()

If the installation worked, you should see a list of available classes.

Usage

Sample Use Case

About

PsyParse provides code to deal with parsing log files generated by PsychoPy. You may find PsyParse useful for doing things like generating CSV dataframes from the default sequential logfiles generated by PsychoPy.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages