rodukov / pyautoclick

The simplest autoclicker in the terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyautoclick

The simplest autoclicker in the terminal. In fact, autoclicker is cli of pyautogui and pynput libraries.
I would say, this is very small and convenient script. He is has clear and readable source code. So suitable for beginners

How to run cli?

First, clone repository: git clone https://github.com/rodukov/pyautoclick
Next, go inside folder: cd pyautoclick
After, install requirements: pip3 install -r requirements.txt
And last, execute main: python3 main.py

About

The simplest autoclicker in the terminal

License:GNU General Public License v3.0


Languages

Language:Python 100.0%