A simple python script to get Birthdays from an excel file and send an email every day at a chosen hour!
pip install -r requirements.txtOn line 56-58 we will set up the email and password

On the sender write your email and for the password go here HERE
Give it a nice name and click create
It will then give you a code!
Finally and most importantly open the excel file called birthday.xlsx
There you will find 3 example birthdays, you can get rid of them and use your own!
Don't remove the "END", move it to right after the last user on your list as shown in the included example
python run.pyNow it will run until you stop it! Sending emails at the time you set it to (Default is 8AM)
Make it look perfect! Just modify the HTML code found in lines 45-55
Don't like 8AM?! Just change it on line 88!