This project automatically types and sends the message "Sorry" on WhatsApp at a fixed interval (default: every 2 seconds) using Python automation.
Use it only for educational or personal purposes.
Below is a demonstration of the script automatically typing and sending
"Sorry" every 2 seconds on WhatsApp Web using Python automation.
The script types the message, presses Enter, waits for 2 seconds, and repeats the process.
- Automatically types
Sorry - Sends the message by pressing Enter
- Repeats after a fixed delay (default: 2 seconds)
- Customizable number of messages
- Works with WhatsApp Web or WhatsApp Desktop
- Python 3.x
- WhatsApp Web or WhatsApp Desktop
- Internet connection
Download and install Python from:
https://www.python.org/downloads/
✔️ During installation, check “Add Python to PATH”
Open Command Prompt / Terminal and run:
pip install pyautogui