initial commit

This commit is contained in:
2023-08-22 02:04:00 +01:00
parent 7c0f3327f8
commit e200462b85
13 changed files with 222 additions and 0 deletions

9
__main__.py Normal file
View File

@@ -0,0 +1,9 @@
import voicemeeterlib
import nvda_voicemeeter
kind_id = "potato"
with voicemeeterlib.api("potato") as vm:
with nvda_voicemeeter.build(f"Voicemeeter {kind_id.capitalize()} NVDA", vm) as window:
window.run()