GithubHelp home page GithubHelp logo

israel77 / pyautoclicker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from okiyama/pyautoclicker

0.0 0.0 0.0 25 KB

A Python auto clicker with GUI. Currently Linux only, planning to expand to Windows and Mac

License: GNU General Public License v2.0

Python 100.00%

pyautoclicker's Introduction

pyAutoClicker

A very simple Python auto clicker. Uses PyMouse to simulate mouse clicks and Tkinter for a GUI.

Very useful for a number of online games.

Installation

The only dependencies are on PyUserInput and Tkinter. For Ubuntu, this is as simple as

sudo apt-get install python-pip python-xlib python-tk  
sudo pip install PyUserInput

Then you should be all set. You just run autoClickGUI.py to use the program.

Usage

At the moment, you use Left Shift to engage the clicking. This will be customizable in the future.
Clicks Per Second is how quickly you want it to click. For web-based games, do not go above 250.
MS of Random Delay places some randomness in the clicks. It will delay a random amount between 0 and the given number of milliseconds between each click. This is useful for avoiding anti-cheat system in online games.
Clicking Method is either Toggle or Hold. With Hold, you hold down the button to keep clicking. With Toggle, you press the button once to start and once to stop.
Apply Changes updates the program.

If you are averse to GUIs, there is a much more minimal command line version if you run autoClicker.py. It is also lacking a few of the options of the GUI.

The only supported platform at the moment is Linux (using X) and Python 2.7. This could be expanded in the future :)

pyautoclicker's People

Contributors

okiyama avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.