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

https://github.com/dever-m/pyautoclicker


https://github.com/dever-m/pyautoclicker

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# pyAuto-Clicker
_this is a very good autoclicker, easy to use.
(this is made with `pynput`.)_

**This clicks at 62-100 cps which is more than enough.**
****

## Usage in Minecraft
__You can run this programme in the background and just press `s`(__here 's' is an examle__) to start autoclicking for a important pvp situation and stop it by pressing `s` again.__

__To end the programme press `e` (__here 'e' is an example__) to teriminate the programme.__

***But autoclicking in minecraft can ban you in a server***.

#### To implement the autoclicker
**steps:**

1. open `cmd` and type `pip install pyautoclicker`

2. open a python file

3. ***type in the following***
```python
import pyautoclicker as pyac
pyac.autoclick("s","e")
```
__and your done!__

**[__Click me to see the code__](https://github.com/DevER-M/pyautoclicker)**