Control your Mouse with PyAutoGui using Python 3.10 Tutorial (Windows / Mac OS)

Today we will be learning the basics about PyAutoGui, and how we can use it to automate tasks on our computer. In this video I will be showing you how you can recognise images on screen, and automatically drag them to a folder of your choice.

Пікірлер: 14

  • @pleabargain
    @pleabargain Жыл бұрын

    Very helpful! Thank you! I hope you will continue to make more vids about PyAutoGui

  • @omzer97
    @omzer974 ай бұрын

    Thank you so much! For those who are using the new version of pyautogui, the package will raise ImageNotFoundException instead of returning None when nothing is found

  • @pleabargain
    @pleabargain Жыл бұрын

    10:40 include a 'kill key' in the while true? If key = 'x' then exit_now()?

  • @grzegorzryznar5101
    @grzegorzryznar5101 Жыл бұрын

    What's the cause of catching precise exceptiion and raising it as general? Would be reasonable if you would like to add some extra information and then raise it via: raise Exception('cool message') from e

  • @pleabargain
    @pleabargain Жыл бұрын

    6:35 getting the coordinates of the CENTER of the image, correct?

  • @pintorafael
    @pintorafael Жыл бұрын

    Very interesting !

  • @rabee1233
    @rabee1233 Жыл бұрын

    thx so much i love your videos

  • @Indently

    @Indently

    Жыл бұрын

    Thank you!

  • @havenvr5830
    @havenvr5830 Жыл бұрын

    this really worked! however I noticed you named your file "aimbot" but then "aimbot" doesn't work in my fps game (solo match of course not trying to ruin the game for other players)

  • @wahpukul3pagi
    @wahpukul3pagi11 ай бұрын

    is this need instal xcode?

  • @FreestyleSnowman
    @FreestyleSnowman Жыл бұрын

    Hi indently i was really struggling with pyautogui confidence feature in my visualstudio and found ur video. I downloaded pip open cv part but still cannot open confidence and region feature. I posted my problems on my youtube channel. Could you plez check what is wrong? Thank you

  • @vinithav9128

    @vinithav9128

    Жыл бұрын

    I have the same issue and could not get a solution

  • @one-late
    @one-late Жыл бұрын

    import pyautogui literally does not work and i did exactly what you did