My Frist project

 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.

Comments

  1. This comment has been removed by a blog administrator.

    ReplyDelete
  2. Function NumberFive_Implementation()
    NumberFive_Implementation()= 5
    End Function

    ReplyDelete
  3. https://drive.google.com/drive/folders/18yiBazzDyNcCDGDcFMcBpetmOKLJryF2

    ReplyDelete
  4. https://drive.google.com/drive/folders/1bMx26bhL27CwR44mBZ-X0QRJtCJ06oew

    ReplyDelete

Post a Comment

Thank you

Popular posts from this blog

PUBLIC STATEMENT AND APOLOGY 13/09/23