Hi Eleonora,
The open-ephys-python-tools only allows streaming events from the GUI (using the
Event Broadcaster plugin) to a python client. To stream continuous(EEG) data, you'll have to use the
ZMQ Interface plugin. This plugin sends continuous data, events, and spikes to external applications, including any python clients, using the ZeroMQ library. The plugin documentation provides details on how to use it. You can also find some example Python clients in the plugin repository
here.
Let us know if you get stuck anywhere.
Best,
Anjal