Skip to content

PythonDevDraco/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Password-Generator

A simple password generator written in python for #Day5 of the #100DaysOfCode challenge.

Details

First of all, it will ask you the number of letters you would like in your password.

Welcome to the Password Generator!
How many letters would you like in your password?

Then, it will ask you the number of symbols you would like in your password.

Welcome to the Password Generator!
How many letters would you like in your password?
7
How many symbols would you like?

Then, it will ask you the number of numbers you would like in your password.

Welcome to the Password Generator!
How many letters would you like in your password?
7
How many symbols would you like?
2
How many numbers would you like?

Finally, it will generate a password for you.

Welcome to the Password Generator!
How many letters would you like in your password?
7
How many symbols would you like?
2
How many numbers would you like?
4
Your Password is : Oc3U#e0(yGR03

Try Out This Project

You can try out this project on my replit https://replit.com/@DracoPythondev/Password-Generator?v=1

About

A password generator written in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages