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.1.0.tar.gz
(6.4 kB
view details)
Built Distribution
File details
Details for the file remote_params-0.1.0.tar.gz
.
File metadata
- Download URL: remote_params-0.1.0.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6951214b5d43245a7765604772ab27ee9b28ec6be1d72b625319ab0cea20a1c |
|
MD5 | a43ca1b012f9fd668681b06a844cb5b2 |
|
BLAKE2b-256 | 1ea70c4d222af127a100681e6336cefb860a27009f98f942348ba2dcec44d30c |
File details
Details for the file remote_params-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: remote_params-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05b56b52d181045457f56ffcaa04f92b18feb881692ed1e2b821033a93512a8f |
|
MD5 | 3cb679a239f4da46d0e47ed4ffdb9b90 |
|
BLAKE2b-256 | 1980dec1a9c23c093bb5d3b620521a33272b58f9aee8b22927b1fb3e237899b6 |