Metadata-Version: 2.1
Name: pikvm-mouse-wiggle
Version: 0.0.1
Summary: PI-KVM Mouse Wiggle
Home-page: https://github.com/jtyers/pikvm-mouse-wiggle
Author: Jonny Tyers
Author-email: jonny@jonnytyers.co.uk
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# pikvm-mouse-wiggle

Mouse wiggler for the PiKVM.

## What?

This is for where you have a system which you use via PiKVM which enacts a screen-saver, sleep or shutdown which you cannot change for whatever reason. `pikvm-mouse-wiggle` will connect to your PiKVM's API and simulate a mouse wiggle, just as if you'd uploaded a script via PiKVM's web console.

## Installation


## Usage
```
usage: mouse-wiggle.py [-h] -H HOSTNAME [-u USERNAME] [-p PASSWORD] [-d DELAY]

Mouse wiggler for PiKVM

options:
  -h, --help            show this help message and exit
  -H HOSTNAME, --hostname HOSTNAME
                        Hostname or IP address of the PiKVM device
  -u USERNAME, --username USERNAME
                        Username for PiKVM web interface
  -p PASSWORD, --password PASSWORD
                        Password for PiKVM web interface
  -d DELAY, --delay DELAY
                        Delay between mouse wiggles
```
