An open API service indexing awesome lists of open source software.

https://github.com/slashgordon/stayalive

StayAlive Mouse Simulator: A simple tool to simulate mouse movements, keeping your PC active. Prevents screen locks and maintains online status discreetly. Features customizable intervals and runs in the background. Ideal for work, presentations, and more. Open-source and user-friendly.
https://github.com/slashgordon/stayalive

Last synced: 8 months ago
JSON representation

StayAlive Mouse Simulator: A simple tool to simulate mouse movements, keeping your PC active. Prevents screen locks and maintains online status discreetly. Features customizable intervals and runs in the background. Ideal for work, presentations, and more. Open-source and user-friendly.

Awesome Lists containing this project

README

          

# Stay Alive

The "Stay Alive" application is designed to keep your computer's session active by simulating human-like mouse movements. This tool is especially useful for preventing your screen from locking automatically when you're away from your keyboard for an extended period but need to keep your session active.

## Getting Started

Follow these instructions to get "Stay Alive" running on your machine for development and testing purposes.

### Prerequisites

Ensure you have Go installed on your machine. "Stay Alive" requires Go version 1.21.5 or higher. You can check your Go version by running:

`go version`

If you need to install Go, follow the instructions on the [official Go website](https://golang.org/doc/install).

### Installing

Clone the repository to your local machine:

`git clone https://github.com/SlashGordon/stay-alive.git`

Navigate to the project directory:

`cd stay-alive`

Build the project:

`go build`

Run the application:

`./stay-alive`

## Usage

Once "Stay Alive" is running, it will automatically move the mouse cursor in a human-like manner at random intervals. To stop the program, simply move the mouse cursor significantly or close the terminal window.

## Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

Please refer to the [CONTRIBUTING.md](LINK_TO_CONTRIBUTING_GUIDELINES) for more information on how to submit pull requests.

## Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/SlashGordon/stay-alive/tags).

## Authors

* **SlashGordon** - *Initial work* - [SlashGordon](https://github.com/SlashGordon)

See also the list of [contributors](https://github.com/SlashGordon/stay-alive/contributors) who participated in this project.