This project allows you to schedule WhatsApp messages using Python and provides a GUI interface built with Tkinter. The scheduler leverages the pywhatkit
library to send messages at specified times. 📱
- Schedule WhatsApp messages to be sent at a specific time. 🕒
- User-friendly GUI built with Tkinter. 🖥️
- Ability to input recipient number, message, and time. 📲
- Error handling and notifications. 🚨
- Python 3.x 🐍
pywhatkit
library 📚pyautogui
library 📚tkinter
library (included with Python) 🧰
-
Clone the Repository
git clone https://github.com/Mohd-FaiZ-Jr/whatsapp-message-scheduler.git cd whatsapp-message-scheduler
-
Install the Required Libraries
pip install pywhatkit pip install pyautogui
-
Run the Script
python scheduler.py
-
Use the GUI
- Enter the recipient's phone number. 📞
- Enter the message you want to send. 💬
- Select the time for scheduling the message. 📆
- Click the "Schedule" button. ✅
- Fork the repository. 🍴
- Create a new branch (git checkout -b feature-branch). 🌿
- Commit your changes (git commit -m 'Add some feature'). 💾
- Push to the branch (git push origin feature-branch). 🚀
- Open a pull request. 🎉
-
pywhatkit for making WhatsApp automation easy. 🤖
-
pyautogui for spam feature.
⚠️ -
GUI for interactive user experience. 🖐️