autoclick

Crates.ioautoclick
lib.rsautoclick
version1.0.2
sourcesrc
created_at2020-06-26 21:02:49.07377
updated_at2020-07-01 22:19:22.110151
descriptionA simple application that moves your mouse and clicks every five seconds.
homepagehttps://github.com/Dev380/autoclick/
repositoryhttps://github.com/Dev380/autoclick/
max_upload_size
id258524
size60,969
(Dev380)

documentation

README

autoclick

A simple application that moves your mouse and clicks every few seconds. Useful to make it look like you are using your computer by making sure your screensaver doesn't turn on.

download

The easiest way to download this it to run

cargo install autoclick

Keep in mind that you need cargo installed. To install the cargo package manager, the easiest way to do so is clicking here.

crates.io

If any rust programmer is making a project of more important signifigance than mine, please contact me if you want ownership of the autoclick name on crates.io.

GNU/Linux

Linux users may have to install libxdo-dev. For example, with apt:

sudo apt install libxdo-dev

Issues

Issue/feature and pull requests are welcome!

Copyright

Autoclick is Copyright Dev380, 2020 ​

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

​ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

GNU GPL logo

Commit count: 16

cargo fmt