pymyo
is a platform-agnostic Python module that allows you to configure or retrieve data from a Thalmic Labs Myo armband through BLE without requiring the original dongle or the Myo SDK.
pymyo
follows Semantic Versioning.
pymyo
can be installed using pip
:
$ pip install pymyo
To learn how to use pymyo
, visit the /examples
directory. For additional features not covered in the examples, the library offers comprehensive docstrings for all available methods and properties.
Please report any bugs and enhancement ideas using the issue tracker.
The development of this project was made possible by professor François Nougarou.
pymyo
is licensed under the terms of the MIT License (see LICENSE.txt).