Skip to content

timeflux/timeflux

Repository files navigation

Doc PyPI Contributor Covenant

Logo

Timeflux

Timeflux is a free and open-source framework for acquiring and processing biosignals in real-time.

Use it to bootstrap your research, build brain-computer interfaces, closed-loop biofeedback applications, interactive installations, and more. Written in Python, it works on Linux, MacOS and Windows. Made for researchers and hackers alike.

Installation

You can easily install the latest stable release from PyPI. We higlhy recommend that you use an environment management system such as Conda to keep everything tidy.

$ conda create --name timeflux python=3.10 pytables
$ conda activate timeflux
$ pip install timeflux

Getting started

Read the documentation.