Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sovansunchhaykhoun/auto-clicker
A simple auto clicker made using python to simply spam click in a specified position
https://github.com/sovansunchhaykhoun/auto-clicker
autoclicker genshin-impact python
Last synced: 22 days ago
JSON representation
A simple auto clicker made using python to simply spam click in a specified position
- Host: GitHub
- URL: https://github.com/sovansunchhaykhoun/auto-clicker
- Owner: SovansunchhayKhoun
- Created: 2024-04-02T06:11:31.000Z (10 months ago)
- Default Branch: dev
- Last Pushed: 2024-12-08T17:40:05.000Z (about 1 month ago)
- Last Synced: 2024-12-08T18:26:54.558Z (about 1 month ago)
- Topics: autoclicker, genshin-impact, python
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auto Clicker
This is a simple auto clicker made using python to simply spam click in a specified position
## How to run
- Firsly, select a virtual environment for the project. I used ```.venv``` for this project with
``` Python V3.11.4```- Then, run the command ```pip install -r requirements.txt``` to install the project's packages
- After you've installed the packages, you can simply run ```py main.py"``` to run the program
- If everything goes smoothly, you have an up and running mouse auto clicker## Features
- Auto click the mouse at a certain position, in a 0.25s interval for 1000 times
- To change controls, you can update the json file in ```data/data.json```
- These are the list of controls
```json
{
"start": "5", // start key
"stop": "6", // stop key
"exit": "N", // exit key
"click_count": 1000, // number of clicks
"click_interval": 0.25, // interval between clicks
"click_pos_x": 1623, // x click position
"click_pos_y": 795 // y click position
}
```## Need of Improvements
- Lack of customizability (Has to directly modified the code to update controls and such)## Controls
- To start the auto clicker, press 5
- To stop the auto clicker, press 6
- To exit the program, press n## Important
Be sure to run the program as an administrator if you want it to work in a game