Welcome to g.Pype!

Powered by g.tec PyPI Python Tests Coverage License Documentation

g.Pype is a Python Software Development Kit (SDK) for building neuroscience and Brain-Computer Interface (BCI) applications. It is designed to be simple to use, with a clear and well-documented coding interface with many examples that help you get started quickly. It provides essential building blocks that can be combined and adapted to your needs, while remaining open to integration with other Python packages. g.Pype runs on Windows and macOS.

What’s new in version 3.0.5?

We added Season 2 Episode 2 (Routing Signals) to the g.Pype Training, updated the documentation and switched the theme to dark. We also fixed some minor bugs in the g.Pype source code. See the Changelog for details.

Quickstart

Install gpype and clone the repository from GitHub:

pip install gpype
git clone https://github.com/gtec-medical-engineering/gpype.git

Navigate to the subfolder ./gpype/examples and run the example scripts directly from your IDE (e.g., VS Code, PyCharm, …). Make sure to familiarize yourself with the Basic Concepts and then dive into the g.Pype Training. Have fun!