Monday Motivational Quote (Python Email Automation)
Developed a Python script that automatically sends an inspirational quote via email every Monday. The script reads quotes from a text file, randomly selects one, and uses the `smtplib` library to send an email containing the quote and its author.
Check Out Repository