You think I could find how to do it online? I never programmed anything
Programming really isn't that hard. Most of the time you are googling the problem you currently have and copy code from other people xD
You should use the programming language Python. Easy to learn and you can do so much with it.
You will need:
- A laptop or PC (obviously)
- The Python interpreter (The thing which translates the code so that the Computer understands it)
- An IDE (A program in which you can write and run code)
- An internet connection
For a tutorial, you should watch
this video. He describes everything from installing Python, to making your first program. I know, the video is long, but it's really important information and if you decide to code more in the future, you will need it sooner or later.
Python also has different Libraries. These Libraries can give your code more functionality. For navigating the mouse on your desktop, you will need the "PyautoGUI" library. Watch tutorials on YouTube on how to use this library. Type "How to use pyautogui python" or something like that.
I can also give you some of my code per PM so you can look at it and get a feeling. I will document it so you can see what every line does.
Have fun and don't rush it. If you are stuck at any point, PM me and I can try to help you.