vban-cmd-python/examples/gui/README.md

14 lines
390 B
Markdown
Raw Normal View History

# 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 .
```