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
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 details)
Built Distribution
PyWinMouse-1.0.win32.exe
(193.8 kB
view details)
File details
Details for the file PyWinMouse-1.0.zip
.
File metadata
- Download URL: PyWinMouse-1.0.zip
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
40fd3917d9aabf884c1001b5694ad0945293c8e28b9aa2691f8ec654e5c81f6d
|
|
MD5 |
46699f88f5e48ad40096f4ef9d0e2cc3
|
|
BLAKE2b-256 |
f65dc1c5aaf57e4680471e089a404378910fc6e01510b71b3613674422865a47
|
File details
Details for the file PyWinMouse-1.0.win32.exe
.
File metadata
- Download URL: PyWinMouse-1.0.win32.exe
- Upload date:
- Size: 193.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d3afd0d5289f138207961c856dd0bc7ea634408f22992d533b3e27b4d91e1586
|
|
MD5 |
606cfa727b5b7fde6e6c1198077608a5
|
|
BLAKE2b-256 |
6f5cb4e4eb4fa7f076c972869b8ea6963cd08dffe731c0c3a0f54f2e6e35caa2
|