Skip to main content

Posts

Featured

To send email using SMTP

 import smtplib content="HelloWorld" mail=smtplib.SMTP('smtp.gmail.com',587) mail.ehlo()#identifies the server mail.starttls()#starts TLS mode sender='sender email address' recipient="recepient Email address" mail.login(sender,'password') header='To:'+recipient+'\n'+'From:'\ +sender+'\n'+'subject:testmail\n' content=header+content mail.sendmail(sender,recipient, content)#sending actual mail mail.close() ''' https://myaccount.google.com/lesssecureapps enable the below menu '''

Latest posts

To find jacobian

GUI clock

Sending SMS

to find eigen values of a matrix

Horners rule

Gaussian elimination method

To draw door mat

Color Spiral

To draw birthday cake

Port scanner

Service to port number

To Toss a Coin Randomly

To Retreive Data from MongoDB

Bubble Sort Recursion

Selection Sort

Batman Drawing

Indian National Flag

Recusive multipication

Rayleigh Distribution

Taylor Series for e^x

Exploring os Module

To print nos in forward and reverse order

Searching Word in sentece

To Draw AUDI logo

Copy content of one file to another

Word to pdf converter

Emotion detection

Turtle Racing

Storing Passwords In a Vault Encrypted Format

Traffic Light Using Rasperry pi

Chrome Dino game automation

Credit Card Validator Using Luhn algorithm

Ball Throwing

Taylor Series

Keylogger application

Screen Rotation

New Year Quotes

Among us drawing

Image To PDF

Gender Guesser

IP address to Hostname

Christmas Tree

Quiz

Picking A card from deck of cards

Snow Fall

Drawing Projectile Motion

Python 3.9 new featues

Latest news from BBC