mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2024-11-16 01:10:48 +00:00
405fd7efa4
edit example and readme
14 lines
390 B
Markdown
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 .
|
|
```
|