Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seblemaguer/split_screen
https://github.com/seblemaguer/split_screen
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/seblemaguer/split_screen
- Owner: seblemaguer
- Created: 2024-02-08T08:59:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-14T15:28:48.000Z (10 months ago)
- Last Synced: 2024-03-15T10:43:54.187Z (10 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SplitScreen
Helper to run an experiment which assumes 2 monitors:
- **participant monitor**: showing a word
- **evaluator monitor**: show 2 possible words that the evaluator has to select## Pre-requisites
This helper requires the following packages:
- **pandas** for data processing
- **pyqt5** for UI renderingIf you have conda, it is easier to install the environment described by **env.yaml**:
```sh
conda env create -f env.yml
```## How to run
Simply run the following command:
```sh
python split_screen/main.py examples/word_list.tsv
```