How to get started making bots with pyautogui

Channel:
Subscribers:
1,360
Published on ● Video Link: https://www.youtube.com/watch?v=oZ2mW6JaWuw



Duration: 2:02
15,798 views
429


This is a botting tutorial for beginners. I make a lot of bots on my channel using pyautogui and python, and some people have asked me what I use and how to get started making bots. This botting tutorial for beginners will help anyone with some background knowledge in python to get started.

Link to the docs page: https://pyautogui.readthedocs.io/en/l...

Coordinate finder:

import pyautogui, sys
print('Press Ctrl-C to quit.')
try:
while True:
x, y = pyautogui.position()
positionStr = 'X: ' + str(x).rjust(4) + ' Y: ' + str(y).rjust(4)
print(positionStr, end='')
print('\b' * len(positionStr), end='', flush=True)
except KeyboardInterrupt:
print('\n')

twitter:   / notbusinesscas1  

Edited by Jason. Thanks Jason.

This is a beginners guide to pyautogui and a begginners guide to making bots.







Tags:
How to get started making bots with pyautogui
How to get started making bots
how to pyautogui
pyautogui
python
python pyatogui
botting tutorial
botting tutorial for beginners
beginner botting tutorial
pyautogui botting tutorial
python botting tutorial
making bots with python
python bots
how to python bots
how to bot
how to make bots
how to make bots for beginners
beginners guide to pyautogui
beginners guide to making bots
bots
pyautogui bot
python automation