WhatsApp Scheduler is a Python-based automation tool designed to schedule and send WhatsApp messages, images, and documents at predefined times. Using PyWhatKit for automation and Tkinter for a user-friendly GUI, this tool simplifies communication scheduling.
- Message Scheduling: Send automated text messages at any chosen time.
- Image & Document Sharing: Schedule multimedia content effortlessly.
- Graphical Interface: Intuitive Tkinter-based UI for easy navigation.
- Automated Execution: Uses Python’s scheduling capabilities for precise timing.
- Python
- PyWhatKit
- Tkinter
- Schedule Module
- Clone the repository:
git clone https://github.com/GarlicDeveloper/Whatsapp-Schedular.git - Install dependencies:
pip install pywhatkit schedule - Run the script:
python main.py
Contributions are welcome! Feel free to submit issues or pull requests.
🚀