Skip to content
/ mk Public

temporary small library using ctypes and pywin32 for mouse and keyboard emulation using windows api

Notifications You must be signed in to change notification settings

phruut/mk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

mk

temporary small library using ctypes and pywin32 for mouse and keyboard emulation using windows api

usage

from _mk import Mouse, Keyboard

mouse = Mouse()
keyboard = Keyboard()

mouse.move(1000,500)
mouse.click()
keyboard.keypress('a')

About

temporary small library using ctypes and pywin32 for mouse and keyboard emulation using windows api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages