Skip to main content

vvvv Python OSC client

Project description

# vvvv

[![Build Status](https://travis-ci.org/Djiit/vvvv.svg)](https://travis-ci.org/Djiit/vvvv)

## About

Minimal vvvv Python OSC client. Compatible with Python 3.4+

## Quick start

Install vvvv with pip :

`bash pip install vvvv `

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

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

See more :

## License

See [LICENSE](./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.0.tar.gz (6.3 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