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.3.tar.gz
(5.3 kB
view details)
Built Distribution
File details
Details for the file remote_params-0.0.3.tar.gz
.
File metadata
- Download URL: remote_params-0.0.3.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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f107a7da20a4e113929b3020b59e2ffb202564ebf2b6bcdff0cca529912dcf0 |
|
MD5 | 93279fbe77a4cb55ffb286de3568d604 |
|
BLAKE2b-256 | 8ac9e4fd4a392f96db302d827abd59d849a97c286ce236b09fb8c2bce458a041 |
File details
Details for the file remote_params-0.0.3-py3.7.egg
.
File metadata
- Download URL: remote_params-0.0.3-py3.7.egg
- Upload date:
- Size: 1.6 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 | 7d27db25898b2e6511550d93482468c502a2eb553b3599aea9d57ef1abc9328b |
|
MD5 | 56dff760bc8d5c103082d74aa81f2047 |
|
BLAKE2b-256 | e290c64d3136169efb4da110b490ad56c629f0c6d44c9fa988b0976d6e5c1fb9 |