vban-cmd-python/examples/gui/README.md
onyx-and-iris 405fd7efa4 edit example and readme
edit example and readme
2022-03-05 20:16:28 +00:00

14 lines
390 B
Markdown

# Simple Tkinter GUI
No dependencies required, Tkinter should come packaged with Python 3.9+.
This is a demonstartion app with very limited control, showing strips across all three versions.
### Use
Ensure VBAN is enabled and the TEXT incoming stream is configured and ON.
Set the kind_id, ip, streamname and port in the code.
From current examples\gui directory
```python
python .
```