#applications #mouse #seconds #moves #click #five

app autoclick

A simple application that moves your mouse and clicks every five seconds

5 releases (2 stable)

1.0.2 Jul 1, 2020
1.0.0 Jun 30, 2020
0.1.2 Jun 29, 2020
0.1.1 Jun 27, 2020
0.1.0 Jun 26, 2020

#1236 in Hardware support

27 downloads per month

GPL-3.0 license

22KB
313 lines

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

Dependencies

~1.2–2.2MB
~45K SLoC