obsws-python/examples/scene_rotate/README.md

15 lines
281 B
Markdown
Raw Permalink Normal View History

2022-08-31 20:13:44 +01:00
## About
Collects the names of all available scenes, rotates through them and prints their name.
## Use
This example assumes the existence of a `config.toml`, placed in your user home directory:
2022-08-31 20:13:44 +01:00
```toml
[connection]
host = "localhost"
port = 4455
password = "mystrongpass"
```