obsws-python/examples/scene_rotate
onyx-and-iris b8b446f9bf use context manager in scene_rotate
other refactors
2022-10-24 22:42:46 +01:00
..
__main__.py use context manager in scene_rotate 2022-10-24 22:42:46 +01:00
README.md add readmes to examples. 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 next to __main__.py:

[connection]
host = "localhost"
port = 4455
password = "mystrongpass"