Skip to content

smartblade/BldNvda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

NVDA screen reader API python wrappers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published