Skip to main content

vvvv Python OSC client

Project description

Build Status2 Build Status PyPI

About

Minimal vvvv Python OSC client. Compatible with Python 3.4+

Quick start

Install vvvv with pip :

pip install vvvv

Use the VVVVClient in your project and start sending OSC messages to vvvv :

>>> from vvvv import VVVVClient
>>> vc = VVVVClient('127.0.0.1', '4444')
>>> vc.send_msg('/filter', [0,255,255])

See more :

License

See LICENSE

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

vvvv-0.1.2.tar.gz (6.4 kB view hashes)

Uploaded Source

Supported by

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