devabdultech / py-autoclicker

Learning Python Scripts: A collection of Python scripts created while learning Python programming. Auto clicker function takes three parameters for RGB values and clicks a button when a pixel with that RGB value is seen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My First Python Project

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.

Installation

  1. Clone the repository: git clone https://github.com/Abdulhameed735/py-autoclicker.git
  2. Install the required libraries: pip install -r requirements.txt

Usage

  1. Run the script: python main.py
  2. Enter the value for the RGB value in the function call in the python file.
  3. The script will click on the mouse position whenevr it detetcts the a pixel with the specified RGB value.

Contributing

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.

License

MIT

About

Learning Python Scripts: A collection of Python scripts created while learning Python programming. Auto clicker function takes three parameters for RGB values and clicks a button when a pixel with that RGB value is seen


Languages

Language:Python 100.0%