Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 562 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 562 Bytes

Automatic Birthday Wisher

About

Ever have trouble remembering to wish all your friends Happy Birthday? Fear not, for here is a Python script to automatically send an Email/SMS to your friends, containing your birthday wishes.

Prerequisites

  • Python 3
  • fast2sms API Key (can be obtained by registering here and generating your API key)

Implementation

Navigate to src, then run:

  • python3 AutoBdayWisher.py in a terminal if you have MacOS/Linux.
  • python3 AutoBdayWisher.py in a terminal if you have Windows.