bislara / code-n-stitch

collection of small projects which are awesome and might help a developer or add a little fun in life.
MIT License
50 stars 83 forks source link

Password Generator #349

Open ShivamPande18 opened 1 year ago

ShivamPande18 commented 1 year ago

Description

Python code for a simple CLI password generator in which you enter the length of the password you'd like to generate (Minimum 8) and it creates a strong random password containing symbols, capital letters, regular letters, and numbers.

Technologies and Languages

Python

ghost commented 1 year ago
👇 Click on the image for a new way to code review - Make big changes easier — review code in small groups of related files - Know where to start — see the whole change at a glance - Take a code tour — explore the change with an interactive tour - Make comments and review — all fully sync’ed with github [Try it now!](https://app.codesee.io/r/reviews?pr=349&src=https%3A%2F%2Fgithub.com%2Fbislara%2Fcode-n-stitch)

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map Legend

ShivamPande18 commented 1 year ago

Hi @bislara would you please merge my PR or tell me if you need any more modifications or clarifications?

bislara commented 1 year ago

hey @ShivamPande18 , I have already reviewed the PR. Please check the comments and make the changes if required.

image