Skip to content

Prashantkr57/password-generator-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

Instructions

The program will ask:

How many letters would you like in your password?
How many symbols would you like?
How many numbers would you like?

The objective is to take the inputs from the user to these questions and then generate a random password. Use your knowledge about Python lists and loops to complete the challenge.

You can see that all the letters are together. All the symbols are together and all the numbers follow each other as well.

And every time you generate a password, the positions of the symbols, numbers, and letters are different.

Input from user:

image

Generating Password:

image

image

About

Random password generator using python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published