Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkkermit/pythonautoclicker
Auto clicker built in python
https://github.com/kkkermit/pythonautoclicker
Last synced: about 1 month ago
JSON representation
Auto clicker built in python
- Host: GitHub
- URL: https://github.com/kkkermit/pythonautoclicker
- Owner: Kkkermit
- Created: 2024-06-25T22:16:17.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T01:43:15.000Z (6 months ago)
- Last Synced: 2024-11-17T04:38:40.792Z (about 1 month ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyAutoClicker 🖱️
A simple, yet powerful Python-based auto-clicker application. Turn repetitive tasks into a breeze with just a few clicks!
## Installation 💾
Before you can run or convert the script into an executable, you need to ensure your environment is set up correctly.
### Prerequisites
- Python installed on your system. You can download Python [here](https://www.python.org/downloads/).
- Pip (Python package installer), which comes with Python.### Dependencies
This project relies on `pyautogui` for automating the mouse clicks. To install `pyautogui`, run the following command in your terminal:
```shell
pip install pyautogui
```### Running the Script 🚀
To run `auto_clicker.py`, follow these steps:
1. Open a terminal or command prompt.
2. Navigate to the directory containing `auto_clicker.py`.
3. Run the script with Python:```shell
python auto_clicker.py
```### Converting to Executable 📦
To convert `auto_clicker.py` into a standalone executable file, we use PyInstaller.
1. Install PyInstaller:
```shell
pip install pyinstaller
```2. Navigate to your script's directory.
3. Run PyInstaller with the following command:```shell
pyinstaller --onefile --windowed auto_clicker.py
```4. Find your `.exe` file in the `dist` directory.
### Usage Tips 📝
- Ensure you understand the functionality of the auto-clicker before running it to avoid unintended actions.
- Test the executable thoroughly to ensure it behaves as expected.
### Disclaimer ⚠️
Use the auto-clicker responsibly and ethically. Ensure its use complies with software terms of service and is not used for unfair advantages or in ways that could be considered malicious.
### License 📄
Distributed under the MIT License. See `LICENSE` for more information.
**Acknowledgements** 🎉
- [Python](https://www.python.org/)
- [PyAutoGUI](https://pyautogui.readthedocs.io/en/latest/)
- [PyInstaller](https://pyinstaller.org/en/stable/)Thank you for checking out PyAutoClicker! Happy clicking! 🎈
# ⭐ If you like this repo or find your self using it, please think about a star :) ⭐