This repository won't be updated as writing this tool was more of an exercise to learn about trigger-based systems and creating workflows for managing Python scripts for personal use and small teams.
Copy code import smtplib from email.mime.multipart import MIMEMultipart from email.mime.text import MIMEText import schedule import time smtplib: This library allows us to send emails using the Simple ...