Skip to content

Commit 8d2c12e

Browse files
Auto BDay Wisher - GSSoC21#623
Added the Screenshot
1 parent e7b9644 commit 8d2c12e

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

Auto Birthday Wisher/README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,29 @@ One forgets to send birthday wishes to friends many times. At such times an auto
66

77
In order to run this script, You just need the following modules:
88

9-
- **Pandas** Pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool,
9+
- **Pandas** is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool,
1010
built on top of the Python programming language.
1111
```bash
1212
pip install pandas
1313
```
1414

15-
- **OpenPyxl** Openpyxl is a Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files.
15+
- **OpenPyxl** is a Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files.
1616
```bash
1717
pip install openpyxl
1818
```
1919

20-
- **datetime** It is a module used for Encapsulation of date/time values.
20+
- **datetime** is a module used for Encapsulation of date/time values.
2121
```bash
2222
pip install DateTime
2323
```
2424

25-
- **smtplib** It is a set of Python modules designed for writing video games.
25+
- **smtplib** module defines an SMTP client session object that can be used to send mail to any Internet machine with an SMTP or ESMTP listener daemon.
2626

2727
## Configuration
28-
1. Assign the Gmail Id of sender to the GMAIL_ID variable in *line 10* of *"Auto B'Day Wisher.py"* file. (e.g. 'xyz@gmail.com')
29-
2. Similar to first step assign the Gmail password of sender to the GMAIL_PSWD variable in *line 11* of *"Auto B'Day Wisher.py"* file. (e.g. '1234')
30-
3. In *"data.xlsx"* file insert the name of the receiver in second column under *Name*. Similarly update the *Birthday field with the birth date of receiver* in the given format("%dd-%mm-%YYYY"). Update the *Dailogue* field with a short message you want to send and the *Email* field with the email of the receiver.
31-
4. Make sure to give permission to your google account from which you're sending email to *Allow less secure apps*. Just turn this "ON" from
32-
```bash
33-
https://support.google.com/accounts/answer/6010255?hl=en#zippy=%2Cif-less-secure-app-access-is-off-for-your-account
34-
```
28+
1. Assign the Gmail Id of sender to the GMAIL_ID variable in *line 10* of **"Auto B'Day Wisher.py"** file. (e.g. 'xyz@gmail.com')
29+
2. Similar to first step assign the Gmail password of sender to the GMAIL_PSWD variable in *line 11* of **"Auto B'Day Wisher.py"** file. (e.g. '1234')
30+
3. In **"data.xlsx"** file insert the name of the receiver in second column under *Name*. Similarly update the **Birthday** field with the birth date of receiver in the given format*("%dd-%mm-%YYYY")*. Update the **Dailogue** field with a short message you want to send and the **Email** field with the email of the receiver.
31+
4. Make sure to give permission to your google account from which you're sending email to **Allow less secure apps**. Just turn this *"ON"* from [here](https://support.google.com/accounts/answer/6010255?hl=en#zippy=%2Cif-less-secure-app-access-is-off-for-your-account).
3532
5. Run the command
3633
```bash
3734
python "Auto B'Day Wisher.py"
@@ -40,7 +37,7 @@ python "Auto B'Day Wisher.py"
4037
## Screenshots
4138

4239
<p align="center">
43-
<img src="#" alt="Email received by friend"/>
40+
<img src="https://raw.githubusercontent.com/SpecTEviL/Amazing-Python-Scripts/AutoBDayWisher-GSSoC'21%23623/Auto%20Birthday%20Wisher/emailReceived.jpg" height="700" alt="Email received by friend"/>
4441
<br>
4542
Birthday Wishes received by the Friend via Email
4643
</p>

0 commit comments

Comments
 (0)