Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python AutoClicker

Simple autoclicker that clicks where your cursor is placed. Uses pynput to synthesize mouse events.

Usage

  1. Create a virtual environment (recommended). python -m venv .venv source .venv/bin/activate
  2. Install dependencies: pip install -r requirements.txt
  3. Run: python autoclicker.py

Controls

  • F6: toggle auto-clicking on/off
  • ESC: exit the program

macOS notes

  • macOS requires Accessibility permissions for the Terminal or Python interpreter to allow synthetic mouse events. Grant this in System Settings -> Privacy & Security -> Accessibility, add your Terminal or Python app.

Safety

  • Use with care. This script sends real mouse clicks. Don't run it while important unsaved work is open.

About

For Project #3 - attempt to create a "auto clicker" using Python

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages