Skip to main content

Python bindings for the Thalmic Labs Myo SDK

Project description

# Python bindings for the Myo SDK

[![Documentation Status](https://readthedocs.org/projects/myo-python/badge/?version=latest)](http://myo-python.readthedocs.org/en/latest/?badge=latest)

This module is a ctypes based wrapper for the Thalmic Myo SDK that is
compatible with Python 2 and 3. Check out the [docs][] for a tutorial
and the API documentation and the [examples](examples) folder.

__Features__

- [x] Python 2 & 3 compatible
- [x] Math classes for Vector and Quaternion

__Example__

```python
from time import sleep
from myo import init, Hub, DeviceListener

class Listener(DeviceListener):

def on_pair(self, myo, timestamp, firmware_version):
print("Hello, Myo!")

def on_unpair(self, myo, timestamp):
print("Goodbye, Myo!")

def on_orientation_data(self, myo, timestamp, quat):
print("Orientation:", quat.x, quat.y, quat.z, quat.w)

init()
hub = Hub()
hub.run(1000, Listener())
try:
while True:
sleep(0.5)
except KeyboardInterrupt:
print('\nQuit')
finally:
hub.shutdown() # !! crucial
```

__Projects that use myo-python__

- [Myo Matlab](https://github.com/yijuilee/myomatlab)

[docs]: http://myo-python.readthedocs.org/en/latest/index.html

----

<p align="center">This project is licensed under the MIT License.</br>
Copyright &copy; 2015 Niklas Rosenstein</p>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

myo-python-0.2.2.zip (42.3 kB view details)

Uploaded Source

File details

Details for the file myo-python-0.2.2.zip.

File metadata

  • Download URL: myo-python-0.2.2.zip
  • Upload date:
  • Size: 42.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for myo-python-0.2.2.zip
Algorithm Hash digest
SHA256 ac49c36a17416cc5beefe4bb29d9b7dd14c6f17f22a64da26bc53446c4f65c79
MD5 dc1faacce881a672878f2435b18807c4
BLAKE2b-256 4dcade61e8bd60db4bf0da44ce022b549e4fc3ad5f77472259a0d1ea9a89e51a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page