Coding Like Devloper😱
126 subscribers
12 photos
2 videos
If You Don't Understand Anything Or
If You Want Understand Anything related to Codes all Languages like python Java etc OR Api Making

Dm @UnknownGuy9876
Download Telegram
Topic :- PRINT FUNCTION
1
Topic :- LOOP
1
Topic :- DEF FUNCTION

Aage ka topic hai abhi samajh nahi aayega

Tabhi bhi padh lo
1
Topic :- If Else
1
Topic :- List
1
This media is not supported in your browser
VIEW IN TELEGRAM
Topic :- List Detailed
1
Forwarded from Rehan Ahmed Arhan
Brother can you teach US how can we sent otp to Amar bind Gmail?
❤‍🔥1
Rehan Ahmed Arhan
Brother can you teach US how can we sent otp to Amar bind Gmail?
Yes you can do it for login or verification systems

import random

otp = random.randint(100000, 999999)

print("OTP:", otp)

It Creates 6 Digit OTP


To send to Gmail
import smtplib
from email.mime.text import MIMEText

sender = "yourgmail@gmail.com"
password = "your_app_password"

receiver = "user@gmail.com"

otp = "483921"

msg = MIMEText(f"Your OTP is: {otp}")
msg["Subject"] = "Verification OTP"
msg["From"] = sender
msg["To"] = receiver

server = smtplib.SMTP("smtp.gmail.com", 587)
server.starttls()

server.login(sender, password)

server.sendmail(sender, receiver, msg.as_string())

server.quit()

print("OTP Sent")


Python generates OTP Gmail sends it user verifies it
3❤‍🔥2
Rehan Ahmed Arhan
Brother can you teach US how can we sent otp to Amar bind Gmail?
I can explain more easy if you want
🥰4👍1
I Lob You ❤️❤️
🥰1
This media is not supported in your browser
VIEW IN TELEGRAM
😍2
This media is not supported in your browser
VIEW IN TELEGRAM
Topic :- How To Clone Api

I will also upload Video On it With Full Steps Don't Worry If You Don't Understand Just Comment And Tell If You Want Live Tutorial
🥰1
Difference Between Java & js
👍2
Xml
2
2