Mail automation reads a standard template of the mail used by the firm and has a simple gui that helps to reduce the time incur on sending mails to different firms.
GUVI is an online platform to learn computer programming based in India. They also conduct an event codekata that generates a huge amount of data. By the end of every month guvi used to send the summary of event to every university.
Working as a Software Developer Intern
- Created a simple UI that helps to send mail in 5 steps
- Found the pattern of the mail and created two templates(event and message) Event template for events conducted by GUVI other than codekata. Message template for the summary of the codekata
- Calculated the summary of the event for that month
- Reduced about 75% of the time involved in a mailing by the firm GUVI to their clients.
| Packages | README |
|---|---|
| tkinter | [https://docs.python.org/3/library/tkinter.html][PlDb] |
| pandas | [https://pandas.pydata.org/pandas-docs/stable/][PlGh] |
| numpy | [https://numpy.org/doc/][PlGd] |
| statistics | [https://docs.python.org/3/library/statistics.html][PlOd] |
| email-to | [https://pypi.org/project/email-to/][PlMe] |
| smtplib | [https://docs.python.org/3/library/smtplib.html][PlGa] |
| datetime | [https://docs.python.org/3/library/datetime.html][PlGa] |
| string | [https://docs.python.org/3/library/string.html][PlGa] |
Have a look at my report .