Skip to main content

Remote controllable params

Project description

pyRemoteParams

Build Status

Python remote_params package lets you add (remote) GUI controlable parameters to your pyhton application.

Install

pip install remote_params

Run tests

python setup.py test

Usage

person1 = Params()
person1.string('name')

person2 = Params()
person2.string('name')

room = Params()
room.group(person1)
room.group(person2)

params_osc_server = create_osc_server(room, port=8082)
# or
params_websocket_server = WebsocketServer(Server(room), port=8083)

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

remote_params-0.1.0.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

remote_params-0.1.0-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

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