WhatsApp Reminder is a Python script that sends timed WhatsApp reminders to a specified phone number. It calculates the time left until a given deadline and sends reminders every minute with the hours and minutes left. The script utilizes the pywhatkit library to send messages using WhatsApp Web and includes functionality to automatically close the Chrome tab after the deadline.
- Calculates time left until a specific deadline
- Sends WhatsApp reminders every minute with hours and minutes left
- Utilizes pywhatkit library for sending messages via WhatsApp Web
- Automatic closure of the Chrome tab after the deadline
- Set the desired deadline in the script (e.g., 2 AM).
- Replace the phone number and message with your own in the script.
- Install the necessary dependencies by running the following command:
- Run the script using Python:
- The script will start sending reminders every minute until the deadline is reached.
- After the deadline, the Chrome tab will be automatically closed.
If you have any questions, suggestions, or feedback, feel free to reach out:
- Email: jayantakarmakar998@gmail.com
- GitHub: jayanta-karmakar
- Instagram: Jayanta Karmakar
Contributions are welcome! If you find any issues or have suggestions for improvement, feel free to open an issue or submit a pull request.