A standalone, local web-based tool to automate bulk messaging on the WhatsApp Desktop App for Windows. This tool allows you to send text messages or "Mixed Media" (Images + Captions) to a list of numbers without manually typing each one.
- Zero Tabs: Unlike other tools, this uses the Windows Desktop App directly to avoid browser clutter.
- Visual Bubbles: Enter numbers separated by commas and watch them turn into organized visual tags.
- Media Support: Send images with custom captions automatically.
- Standalone EXE: Works on any Windows PC without needing Python installed.
- Fail-Safe: Emergency stop by moving the mouse to the top-left corner of the screen.
- WhatsApp Desktop: You must have the official WhatsApp Desktop app installed and logged in on your PC.
- Windows OS: This
.exeis built specifically for Windows.
- Download the
app.exefrom thedistfolder. - Double-click
app.exe. - Your default web browser will automatically open to
http://127.0.0.1:5000/.
- Enter Numbers: Paste your phone numbers into the first box, separated by commas (e.g.,
+911234567890, +919876543210). - Attach Image (Optional): Click "Choose File" to select an image. A preview will appear if selected.
- Type Message: Enter your message or the caption for your image.
- Send: Click 🚀 Start Bulk Send.
- Focus: You have 5 seconds to click on your WhatsApp Desktop window. Do not move your mouse or type until the process finishes.
- Stay Focused: The "Robot" takes over your keyboard and mouse. If you click elsewhere, it will type the messages into the wrong app!
- Anti-Spam: Do not send to hundreds of people at once. WhatsApp may ban your number if you are flagged for "automated behavior".
- Emergency Stop: If something goes wrong, slam your mouse cursor into the top-left corner of your screen to kill the script.
If you want to modify the code and rebuild the .exe, use the following command:
pyinstaller --noconsole --onefile --clean --add-data "templates;templates" app.py
(Requires flask, pyautogui, pywin32, and Pillow to be installed via pip).
This project is licensed under the MIT License - see the LICENSE file for details.
Disclaimer: This tool is for educational purposes only. Sending unsolicited messages or spamming is a violation of WhatsApp's Terms of Service. Use at your own risk. The developer is not responsible for any account bans or data loss.