https://github.com/dever-m/pyautoclicker
https://github.com/dever-m/pyautoclicker
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dever-m/pyautoclicker
- Owner: DevER-M
- License: mit
- Created: 2021-05-20T04:45:40.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-23T14:57:04.000Z (over 4 years ago)
- Last Synced: 2025-03-14T03:07:25.093Z (over 1 year ago)
- Language: Python
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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)**