Skip to content

Commit 68657f2

Browse files
author
Ra Inta
committed
Updated README.md to include SendEmail
1 parent fcd62ef commit 68657f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ This is a collection of short Python scripts to solve and automate tasks and sim
4141
21 | [**IntentionTextDiscover**](https://github.com/fnplus/Python-scripts-collection/tree/master/IntentionTextDiscover) | For given a text intention class based on bayes teorem. | None |
4242
22 | [**E-Certificate Writer**](https://github.com/fnplus/Python-scripts-collection/tree/master/E-Certificate-Writer) | Useful for writing names of participants on E-Certificates using Python3. Returns the certificates in PDF format. | img2pdf==0.3.3, numpy==1.17.2, pandas==0.25.1, Pillow==6.2.0, python-dateutil==2.8.0, pytz==2019.3, six==1.12.0
4343
23 | [**YouTubeDownloader**](https://github.com/fnplus/Python-scripts-collection/tree/master/YouTubeDownloader) | You can download YouTube videos with the URLs provided. | pytube==9.5.3 |
44+
24 | [**SendEmail**](https://github.com/fnplus/Python-scripts-collection/tree/master/SendEmail) | Send email using Python. Prompts the user for their email address and sends to address input. Handles user's password securely using `getpass`. | None |

0 commit comments

Comments
 (0)