vvvv Python OSC client
Project description
# vvvv
[](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 :
vvvv: http://vvvv.org/
## License
See [LICENSE](./LICENSE)
Project details
Release history Release notifications | RSS feed
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 details)
File details
Details for the file vvvv-0.1.0.tar.gz.
File metadata
- Download URL: vvvv-0.1.0.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
405be0b9b90c701c9f3f2d0c4289a44efa8f8243e1e0c3e90b6fb11a0c551ed3
|
|
| MD5 |
c725b90308b7cca5230e3939fefa5d10
|
|
| BLAKE2b-256 |
ba7a6a488e648e807f93a6545fa1de859e82df92fd3f71b376e485385f9d5a87
|