Skip to content

chaudhary19/Automatic-BirthDay-Wisher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatic Birthday Wisher

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! ✌

Modules used

  • Pandas
  • datetime
  • Smtplib

Installation

Setup

make setup

Running the program

make run

How it works?

  • 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

About

Automatic Birthday Wisher

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published