Python Auto Clicker

preview_player
Показать описание
In this video I show you how to make a script that automatically clicks using Python. This works on Windows, macOS and Linux. I use the pynput module to control the mouse and monitor the keyboard.

🐍 In this video I use Python 3.5.
👍🏼 Feel free to comment with any issues.
Рекомендации по теме
Комментарии
Автор

my cookies are going out of this planet!!!

tavernillap
Автор

Man, you're good at laconic tutorials. All the sufficient stuff in less than 5 minutes. Thanks for that video! Good job!

WeibCorbinian
Автор

I have waiting so much time for an awesome clicker like this. Thank you!

PsychOpathy
Автор

Thank you for such a useful and concise tutorial! Who could've thought that you can explain pynput's clicking and OOP incorporation in just under 5 minutes!

davon_rolage
Автор

I have recognized your voice. You are the guy whose encryption video I watched few days ago. Dude You are good with concepts and speed

babarali
Автор

thanks you so much i have just started coding its really helpful that we have people like you to help us.... keep up the good work sir

CasmynRes
Автор

while self.program_running:
while self.running:
When self.program_running is True and self.running is False that construction consumes all the thread capability for that infinite loop.
My solution is simple:
while self.program_running:
time.sleep(0.1)
while self.running:
As you can see, the interval between the hotkey press and clicker start will be acceptably small, but proccesor usage will be lowered greatly.

asdfasdf-bmgl
Автор

Thank you SOOO much for this! The auto clicker made my entire LIFE easier!

mikethe
Автор

are programmers really required to have 130wpm typing skills

heyhey-jboi
Автор

thankyou soo much broo
now i dont need to download any stupid auto clicker
for minecraft

akaedi_
Автор

thank you so much that pretty helpful and straight to the point, you deserve much more.

qaisahm
Автор

the toturail is very good but you dont have to 50x speed up the video tho. i missed 8 lines of code just because i blinked

MMT--Games
Автор

Your videos are very well explained! Keep going!

ravipousseur
Автор

Thank you so much I am so happy I have been wanting an autoclicker to code for a couple years thanks so much :D

freebiman
Автор

When I did
import pyimput
It said:
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import pyimput
ImportError: No module named 'pyimput'
>>>

DaviJohns
Автор

Thats the real autohotkey alternative, as python is a cross platform programming language.

mfsc-
Автор

When I try running it in IDLE it says "invalid syntax" and it says elif is invalid pls help

VLTNO
Автор

Wow, Thanks this is just what I was looking for!

SapphireKR
Автор

I've installed pynput but everytime I run it it gives me this error.
<module>
button = Button.left
AttributeError: type object 'Button' has no attribute 'left'

LooseSilver
Автор

Hey, quick question, is there any way I can make the stop key the TAB key?

iydl
visit shbcf.ru