Skip to content

pulp-bio/biogui

Repository files navigation

biogui

Introduction

Modular PySide6 GUI for acquiring and visualizing bio-signals from different sources.

Environment setup

The code is compatible with Python 3.7+. To create and activate the Python environment, run the following commands:

python -m venv <ENV_NAME>
source <ENV_NAME>/bin/activate

Then, from within the virtual environment, the required packages can be installed with the following command:

pip install -r requirements.txt

Usage

Run the script main.py.

Authors

License

All files are released under the Apache-2.0 license (see LICENSE).

About

Modular PySide6 GUI for acquiring and visualizing bio-signals from different sources

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages