Python library for interacting with the NizimaLIVE API via WebSocket
Project description
PyNizima
A python library for interacting with NizimaLIVE API
Quick Start
Install
pip install pynizima
Get Started
Exemple
📖 Read tutorial for more details
from pynizima import NizimaRequest
import asyncio
async def main():
nz = NizimaRequest()
plugin_name = 'YourPluginName'
token = await nz.register_plugin(plugin_name)
connection_enabled = await nz.establish_connection(plugin_name, token)
while connection_enabled:
# do your plugin logic here
if __name__ == "__main__":
asyncio.run(main())
List of Methods
📖 Read methods documentation for more details.
Plugin Management
Parameter Control
- insert_live_parameters
- set_live_parameter_values
- set_cubism_parameter_values
- reset_cubism_parameter_values
- get_live_parameters
- get_live_parameter_values
- get_cubism_parameter_values
- get_cubism_parameters
Scene Management
Model Manipulation
Model Parts Manipulation
Item Management
Motion Control
Expression Management
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pynizima-1.0-py3-none-any.whl.
File metadata
- Download URL: pynizima-1.0-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87137713201f87149e22fa0ba994be972014d1203341f4bc34db7b751f4539bf
|
|
| MD5 |
426baa3499de62af6f36e82022ce62bc
|
|
| BLAKE2b-256 |
a7de0b2ddc0b42a87369d969ce5413976322286f8295a5f9f930860287d8af95
|