Coder Social home page Coder Social logo

ktoyesh04 / automated_birthday_wisher_ Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 12 KB

The Python code that reads a CSV file with a list of names and birthdays, and sends personalized birthday wishes to those whose birthday is on the current date. It first checks the current date and filters out the persons whose birthdays are on that date. Then, it reads pre-designed letters, and sends the emails to the respective persons using SMTP

Python 100.00%
python smtp pandas-project

automated_birthday_wisher_'s Introduction

Automated Birthday Wisher

Overview

Birthday Wisher is a Python script that sends automated birthday wishes to your friends, family, or colleagues via email. The script reads the names and birthdays from a CSV file, creates personalized birthday letters from a set of letter templates, and sends them to the corresponding email addresses using a Gmail account.

Features

Sends personalized birthday wishes via email automatically. Uses pre-written letter templates that can be customized. Reads names and birthdays from a CSV file. Uses Gmail SMTP to send emails.

Installation and Setup

Clone this repository to your local machine. Create a Mail account to send emails from.

Make sure you've got the correct smtp address for your email provider:

  • Gmail: smtp.gmail.com
  • Hotmail: smtp.live.com
  • Outlook: outlook.office365.com
  • Yahoo: smtp.mail.yahoo.com

Customize the letter templates in the letter_templates folder as desired. Add the names and birthdays of your contacts to the birthdays.csv file. Update the email and password fields in the send_mails function in the birthday_wisher.py file with your Gmail account details. Run the birthday_wisher.py file.

Future Improvements

The script can be modified to include additional letter templates or customized messages, making it a versatile tool for any occasion. Add support for different email providers. Improve error handling and logging.

automated_birthday_wisher_'s People

Contributors

ktoyesh04 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.