Skip to content

Ronniie/PyClicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyClicker

Python Auto Clicker

Coming Soon

  • GUI coming soon.
  • setup.py coming soon.

How to install for Development:

  • Run the following commands in your terminal.
    • git clone https://github.com/Chaottiic/PyClicker
    • cd PyClicker
    • virtualenv venv
    • source venv/bin/activate
    • pip install -r requirements.txt
    • python main.py
  • Before running python main.py, make sure to edit the following variables below in the top of main.py.

Variables:

  • DELAY = 0.005
    • Delay is in seconds.
  • TOGGLE_KEY = Key.shift_r
  • END_KEY = Key.end
    • You can find the supported keyboard keys here!
  • MOUSE_BUTTON = Button.right
    • Supported Mouse Buttons are Right, and Left.

License

  • MIT

About

Python Auto Clicker with GUI (GUI coming soon)

Resources

License

Stars

Watchers

Forks

Languages