This is my first Python project where I'm learning how to use Python and its libraries. The purpose of this project is to generate a random password for the user.
- Clone the repository:
git clone https://github.com/Abdulhameed735/py-autoclicker.git
- Install the required libraries:
pip install -r requirements.txt
- Run the script:
python main.py
- Enter the value for the RGB value in the function call in the python file.
- The script will click on the mouse position whenevr it detetcts the a pixel with the specified RGB value.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.