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. ๐๏ธ