Gmail-Email-Sending-Scripts 1:- The script should opens up Gmail using a browser. Uses Webbrowser library to open Gmail Login Page. 2:- A prompt asks the user for his email id and password Used Tkinter library to create pop-ups for taking inputs. 3:- The script login's into Gmail Uses smtplib library to login into the system 4:- The next prompt asks the user for the email address, subject and content Tkinter pop up screen is used to fill out the details 5:- Script Sends out the mail Uses smtplib library to send the mail to the desired destination