AUTOMATION SCRIPTS YOU NEED TO TRY — PART 4

10 Killer Automation Scripts You Should Try Using Python

Python’s Second Name is Automation

Abhay Parashar
The Pythoneers
Published in
5 min readAug 6, 2022

--

Image Created By Author using Canva.com

This is the part -4 of the series Automation scripts you need to try.

1. Happy Birthday 🎂

This automation script will help you send sweet and customized birthday wishes to your loved ones automatically at a specific time. Like sending a birthday wish exactly at 12'o clock midnight with a customized message.

Process: At first we will create a CSV file containing the name, email, mobile number, custom message, year, and time you need to send the message. Then using the email library to send the data once data and time occur in real-time.

Libraries:
Email, is a python library that is used to manage emails.
Smtlib, defines a session object over which we can send emails and files.
Pandas, is a python library for data analysis and manipulation. It can work with different types of files like CSV, Excel, etc.

--

--

The Pythoneers
The Pythoneers

Published in The Pythoneers

Your home for innovative tech stories about Python and its limitless possibilities. Discover, learn, and get inspired.

Abhay Parashar
Abhay Parashar

Written by Abhay Parashar

Guarding Systems by Day 👨‍💻, Crafting Stories by Night ✍🏼, Weaving Code by Starlight 🤖

No responses yet