Coder Social home page Coder Social logo

mass-mailing-encrypted-data's Introduction

Mass-mailing-encrypted-data

Mass Mailing personalised encrypted files(pdfs) with personalised mail using SQLlite database. This mass-mailing application can send an encrypted PDF to the recipients. The password is set as default to be the Datae of Birth . However it can be changed . A basic database is included . The database can be manipulated by modifying the functions given in database_manage.py. The Database contains Name, Email and DOB columns. the program extracts the DOB and Email from this table.

Setting up the enviroment


  1. Clone the Mass-mailing-encrypted-data repo
git clone https://github.com/19-ade/Mass-mailing-encrypted-data.git

Navigate your way to the Mass mailing encrypted data folder.

  1. Run Requirements.py
python Requirements.py
  1. Run the GUI
python main.py

Description of the Scripts


1.email_try.py : This is the script which performs the encryption and sends the mails. make_pdf encrypts the pdf. send_mail sends the mails ; the contents of the mail text can be manipulated here . mail_sending recieves the inputs from various scripts and calls the aforementioned functions. set_credentials recieves the sender's email id and password from the gui and initialises the global variables email and password with it .

2.main.py : This is GUI interface for the project . Made with tkinter.

3.database_manage.py : This contains various functions which can help manipulate the basic layout of the database, mass_mailing.db. Made with sqlite3

4.csv_creator: Creates , edits the csv files containing the mailing list. The functionalities will be added with further updates.

A visual


Screenshot from 2021-06-18 16-06-10 The Outlay of our GUI

Screenshot from 2021-06-18 16-08-41

Inputs for appending to the Database

Screenshot from 2021-06-18 16-07-24

messagebox confirming the pdf to be uploaded

Screenshot from 2021-06-18 16-09-02

Messagebox confirmation feature

Screenshot from 2021-06-18 16-10-03

Deleting from the Database with just the email. More fetures will be added

Screenshot from 2021-06-18 16-11-36

Confirmation messagebox on successfully sending all the mails

Updates


  • error message functionality for wrong entries while deleting and pressing delete without any inputs added
  • Deleting a record can now be achieved with entering any one of the values (Email, dob, name) or all of them
  • New button features added which allows users to directly download the database contents in either excel or csv file .
  • A text_to_speech feature added which notifies a person everytime an action taks place(errors, mails sent, success etc.)

Appreciation


The project would not have been possible without contributions from Aditya Goyal, Nirav Jayesh Parmar. Made with love, in Python .

mass-mailing-encrypted-data's People

Contributors

19-ade avatar adigo12 avatar nirav0702 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.