Skip to main content

Remote controllable params

Project description

pyRemoteParams

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.0.2.tar.gz (5.3 kB view details)

Uploaded Source

File details

Details for the file remote_params-0.0.2.tar.gz.

File metadata

  • Download URL: remote_params-0.0.2.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.5

File hashes

Hashes for remote_params-0.0.2.tar.gz
Algorithm Hash digest
SHA256 fca20bae031cc1dadfcd57314ce68708434a1d0a14db3523a13dda48434751c6
MD5 70406a0670d28b8853d97c7e50a574a1
BLAKE2b-256 6827dcc886dbaca94ecbfbf85e5a37d547849a7eba12054e6370f2fa6acaeae6

See more details on using hashes here.

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