GiovanniBruno22 / PythonBeginners

This repository is meant for new developers to submit first pull requests to and get reviews from peers.
17 stars 22 forks source link

Random password generator #8

Closed GiovanniBruno22 closed 1 year ago

GiovanniBruno22 commented 1 year ago

Hey, it would be nice if we could have a random password generator that could take as input the password length and then return a password made of alphanumeric and special characters. This could either be done with or without UI.

harshitkandpal commented 1 year ago

hi i am interested and able to make it

GiovanniBruno22 commented 1 year ago

Sure thing @harshitkandpal , I will assign this issue to you 🙂

harshitkandpal commented 1 year ago

thankyou very much

harshitkandpal commented 1 year ago

i think i have done some mistake while making pull request ?

y9rabbito commented 1 year ago

I have submitted a pull request regarding the issue #8 @GiovanniBruno22 you review it and take necessary action.

GiovanniBruno22 commented 1 year ago

Thanks a lot for your contribution @y9rabbito 😃

GiovanniBruno22 commented 1 year ago

Thanks a lot @harshitkandpal for adding the random password generator!