Skip to content

Python wrapper for extracting info about Keyboard, Mouse and Ease of Access settings from memory using Windows Api

Notifications You must be signed in to change notification settings

djdallmann/Mouse-and-Keyboard-Attribute-Extraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

About

Python wrapper for extracting info about Keyboard, Mouse and Ease of Access settings from memory using Windows Api. Not fully object oriented, just something to quickly access and display the data.

Basic use

  • Import the file into your python project
import pySystemParametersInfoW
  • Initialize the Windows API object
spi = pySystemParametersInfoW()
  • Call the functions
spi.SPI_GETFILTERKEYS()
spi.SPI_GETSTICKYKEYS()
spi.SPI_GETMOUSEKEYS()
spi.SPI_GETMOUSE()
spi.SPI_GETKEYBOARDDELAY()
spi.SPI_GETKEYBOARDSPEED()

Output

Screenshot

About

Python wrapper for extracting info about Keyboard, Mouse and Ease of Access settings from memory using Windows Api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages