My Frist project was 'Password Generator'. What is the use of password generator?? A password generator is a software tool that creates random or customized passwords for users. It helps users create stronger passwords that provide greater security for a given type of access.. So i created this using Python. Here is the code. import random lower = "abcdefghijklmnopqrstuvwxyz" upper = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" number = "0123456789" symbol = "&-_+=#" all = lower+upper+number+symbol length = 10 password = "".join(random.sample(all,length)) print(password) Comment your suggestions. Thank you.
Hi all, After a long time I'm posting a blog. I was busy with my exams , as you all know I'm in 10th I dont know what will happen in my Board Exam... Let's See For now Bye..
Very nice pictures
ReplyDeleteHello
ReplyDelete