A package that will run random mouse movement
Project description
RandoMouse

Just make my mouse move randomly.
Author: Mark Prado
Requirements:
- Windows 10
- Python 3.7+
- Pip
Installation:
pip install randomouse
or
git clone https://github.com/mrkprdo/RandoMouse.git
Then use it as a regular python module.
Usage:
from randomouse import RandoMouse
rm = RandoMouse()
#Runs the default setup timer=60secs and speed=0.001secs (mouse travel)
rm.start()
#set timer
rm.set_timer(600)
#set speed
rm.set_speed(1)
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
randomouse-0.0.6.tar.gz
(2.6 kB
view details)
File details
Details for the file randomouse-0.0.6.tar.gz.
File metadata
- Download URL: randomouse-0.0.6.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0cee6471dffa9587a53f01b159830c15332f6b88d6df32dc61ad3b83a36d02b4
|
|
| MD5 |
ce36c7db2c57fa110fb153ebf8acb6e3
|
|
| BLAKE2b-256 |
8119725223a3f7c5aeb1ca02c939034d792a17c1959a36b84e665378aea8cca4
|