Can any one send me the login form using Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can any one send me the login form using Python

i need a login form for my website ... as am not the Python user ...i dont know it ...any1 can help me ... to make a login , registration form using Python??!! please help me

2nd Nov 2016, 4:43 AM
Meet Jain
Meet Jain - avatar
3 Answers
+ 4
copy this code in python codding file : ""login.py"" ##### print ("reqister ") print ("username") ff = str(input()) print ("password") ttt = int(input()) print ("username :"+ff+"\n"+"password"+str(ttt)) ########### print ("please enter your username: ") o = str(input()) w = int (input()) if(o == ff): print ("welcome") else: print ("wrong username") sys.exit() #####
10th Nov 2016, 6:36 PM
Reza PourMohammadHosein Niaky
Reza PourMohammadHosein Niaky - avatar
28th Aug 2020, 3:14 PM
Manan Velani
Manan Velani - avatar
0
thankyou ... but i need login form with sessions ... like one login form ... with database nd in that more login forms ...can you help me ?
18th Nov 2016, 8:00 PM
Meet Jain
Meet Jain - avatar