It is an Automatic Birthday Wisher which can be used for wishing our friends and relatives on their birthday automatically, so we do not need to remember their birthday every time! ✌
- Pandas
- datetime
- Smtplib
make setup
make run
- Pandas module is used to store and read data from the excel file.
- We can store the name, date of birth and e-mail of the people whom we want to send birthday wishes.
- Datetime module is used to get the present date.
- Smtplib module is used to send the mail automatically to people.
- We will schedule the program for each day using the Window's scheduler.
- It will regularly compare that day's date and find who's birthday is today
- It will send the good wishes through mail to that person using SMTP library