mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2026-04-18 14:03:32 +00:00
add readmes to examples.
This commit is contained in:
14
examples/scene_rotate/README.md
Normal file
14
examples/scene_rotate/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
## 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 next to `__main__.py`:
|
||||
|
||||
```toml
|
||||
[connection]
|
||||
host = "localhost"
|
||||
port = 4455
|
||||
password = "mystrongpass"
|
||||
```
|
||||
Reference in New Issue
Block a user