Mouse & Keyboard Bot
- Diniz Martins

- Mar 1, 2023
- 1 min read
This article illustrates how to automate mouse and keyboard movements using pyautogui module in python. This module is not preloaded with python.
So to install it run the following command:
The code shows how to move the mouse using coordinates and send a message in predefined seconds.
Code:
You can run the script, open your notepad or WhatsApp and see the message sent.

Comments