Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 724 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 724 Bytes

Python 1.5 extension for NVDA controller

It gives possibility to call NVDA controller functions from Severance: Blade of Darkness game scripts.

Using NVDA python extension

Copy nvda.dll and nvdaControllerClient32.dll to <game-path>/Bin directory. You can call it from python scripts in the following way:

import nvda

nvda.SpeakText("Some text")

Downloading

You can download nvda.dll from appveyor build artifacts. nvdaControllerClient32.dll can be found at NVDA site