Skip to main content

Python Windows Mouse Utilities

Project description

This is a simple module allowing python windows developers a simple interface to the User32 mouse control functions!This module exports a Mouse class which provides an object oriented way of controlling the Windows mouse. Tutorial:

>>>a=Mouse()#Creates a mouse object
>>>a.left_click()#Left clicks
>>>a.right_down()#Presses down the right mouse button
>>>a.move_mouse(30, 22)#Moves mouse to (30, 22)
>>>a.get_mouse_pos()
(30, 22)#If the mouse has not been moved

It is very simple and easy to work with

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyWinMouse-1.0.zip (2.9 kB view hashes)

Uploaded Source

Built Distribution

PyWinMouse-1.0.win32.exe (193.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page