Bulk WhatsApp messaging automation tool, powered by Selenium and the Chrome driver for seamless integration with Web WhatsApp. With a simple and user-friendly UI built on Tkinter, this tool offers a convenient solution for bulk messaging.
The tool efficiently reads them from a CSV file, ensuring a streamlined messaging process. The tool allows you to send messages to your desired recipients.
Create a virtual environment e.g with virtualenv
pip install virtualenv
virtualenv venv
Activate the virtual environment In linux
source venv/bin/activate
venv\Scripts\activate
Instal the requirements from the requirements.txt
file
pip install -r requirements.txt
run python main.py